Skip to main content

WriterFn

Type Alias WriterFn 

Source
pub type WriterFn = Box<dyn FnOnce(&mut dyn Write) -> Result<()> + Send>;
Expand description

Type alias for the writer closure used in execute_with_writer

Aliased Typeยง

pub struct WriterFn(/* private fields */);