OutputHook

Type Alias OutputHook 

Source
pub type OutputHook = Arc<dyn Fn(&[u8]) -> Vec<u8> + Send + Sync>;
Expand description

Hook type for output processing.

Aliased Typeยง

pub struct OutputHook { /* private fields */ }