Type Alias ServerManagerHook

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

Type alias for the hook functions.

Aliased Typeยง

pub struct ServerManagerHook { /* private fields */ }