Skip to main content

split_into_device_blocks

Function split_into_device_blocks 

Source
fn split_into_device_blocks(text: &str) -> Vec<String>
Expand description

Cut the gst output into one String per Device found: block. Anything before the first Device found: line (the Probing devices... banner) is discarded.