BoxedFrameFn

Type Alias BoxedFrameFn 

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

Aliased Typeยง

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