Skip to main content

StderrCallback

Type Alias StderrCallback 

Source
pub type StderrCallback = Arc<dyn Fn(String) + Send + Sync>;
Expand description

Callback type for receiving stderr output lines from the CLI process.

Aliased Typeยง

pub struct StderrCallback { /* private fields */ }