Trait internet2::CreateUnmarshaller[][src]

pub trait CreateUnmarshaller: Sized + TypedEnum {
    fn create_unmarshaller() -> Unmarshaller<Self>;
}

Required methods

Implementors