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

Required Methods

Implementors