Skip to main content

BoxedDaemonHandler

Type Alias BoxedDaemonHandler 

Source
pub type BoxedDaemonHandler = Arc<dyn Fn(&DaemonContext) -> Pin<Box<dyn Future<Output = Result<()>> + Send + '_>> + Send + Sync>;
Expand description

Type alias for boxed daemon handler functions.

Aliased Typeยง

pub struct BoxedDaemonHandler { /* private fields */ }