[][src]Trait capnp::traits::Imbue

pub trait Imbue<'a> {
    fn imbue(&mut self, caps: &'a CapTable);
}

Required methods

fn imbue(&mut self, caps: &'a CapTable)

Loading content...

Implementors

impl<'a> Imbue<'a> for Reader<'a>[src]

Loading content...