substrate_cli_test_utilsFunction extract_info_from_output
Source 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.