[][src]Trait butcher::Butcher

pub trait Butcher<'cow>: ToOwned + 'cow {
    type Output: 'cow;
    fn butcher(this: Cow<'cow, Self>) -> Self::Output;
fn unbutcher(this: Self::Output) -> Self; }

Associated Types

type Output: 'cow

Loading content...

Required methods

fn butcher(this: Cow<'cow, Self>) -> Self::Output

fn unbutcher(this: Self::Output) -> Self

Loading content...

Implementors

Loading content...