BoxedStartFn

Type Alias BoxedStartFn 

Source
pub type BoxedStartFn<T> = Pin<Box<fn(Arc<RwLock<T>>, EngineGlobals) -> BoxFuture<'static, Swap>>>;

Aliased Typeยง

pub struct BoxedStartFn<T> { /* private fields */ }