Skip to main content

StatusCb

Type Alias StatusCb 

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

Type alias for status message callbacks.

Aliased Typeยง

pub struct StatusCb { /* private fields */ }