Trait capnp::capability::FromClientHook[][src]

pub trait FromClientHook {
    fn new(_: Box<ClientHook>) -> Self;
}

Required Methods

Implementors