ServerManagerHook

Type Alias ServerManagerHook 

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

Type alias for the hook functions.

Aliased Typeยง

pub struct ServerManagerHook { /* private fields */ }