[][src]Trait capnp::capability::FromServer

pub trait FromServer<S>: FromClientHook {
    type Dispatch: Server + 'static + DerefMut<Target = S>;
    pub fn from_server(s: S) -> Self::Dispatch;
}

Trait to track the relationship between generated Server traits and Client structs.

Associated Types

type Dispatch: Server + 'static + DerefMut<Target = S>[src]

Loading content...

Required methods

pub fn from_server(s: S) -> Self::Dispatch[src]

Loading content...

Implementors

Loading content...