[][src]Trait capnp::traits::ImbueMut

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

Required methods

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

Loading content...

Implementors

impl<'a> ImbueMut<'a> for Builder<'a>[src]

Loading content...