Type Alias Hook

Source
pub type Hook = Arc<dyn Fn() -> Pin<Box<dyn Future<Output = ()> + Send>> + Sync + Send>;
Expand description

Type alias for the hook functions.

Aliased Typeยง

pub struct Hook { /* private fields */ }