Skip to main content

record_bang

Function record_bang 

Source
pub fn record_bang(source: &Stream) -> Result<StreamRecording>
Expand description

Drains source to done and captures it as a StreamRecording.

Errors if the stream is exhausted without reaching its terminal done.