referrerpolicy=no-referrer-when-downgrade
pub fn extract_info_from_output(read: impl Read + Send) -> (NodeInfo, String)
Expand description

Extract NodeInfo from a running node by parsing its output.

Returns the NodeInfo and all the read data.