Trait ServerEqFuncKind

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

Provided Methods§

Source

fn server_kind(&self) -> ServerEqFuncSignal

Implementations on Foreign Types§

Source§

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

Implementors§