Trait ServerTrueFuncKind

Source
pub trait ServerTrueFuncKind {
    // Provided method
    fn server_kind(&self) -> ServerTrueFunc { ... }
}

Provided Methods§

Source

fn server_kind(&self) -> ServerTrueFunc

Implementations on Foreign Types§

Source§

impl<F, T, RT: Runtime> ServerTrueFuncKind for &(Scope<RT>, F)
where F: Fn() -> T + 'static, T: 'static,

Implementors§