Trait clacks::IntoBoxed [] [src]

pub trait IntoBoxed: BareSerialize {
    type Boxed: BoxedSerialize;
    fn into_boxed(self) -> Self::Boxed;
}

Associated Types

Required Methods

Implementors