Trait mrt_parser::Message

source ·
pub trait Message<M> {
    fn parse<R: ReadBytesExt>(reader: &mut R, header: &MrtHeader) -> Result<M>;
    fn can_parse(typ: MrtType) -> bool;
}

Required Methods

Implementors