Trait leaky_cow::LeakyCow [] [src]

pub trait LeakyCow<'a, B: ?Sized> {
    fn leak(self) -> &'a B;
}

Required Methods

Implementors