Trait samotop_parser::Parser[][src]

pub trait Parser<CMD>: Debug {
    fn parse(
        &self,
        input: &[u8],
        state: &SmtpContext
    ) -> Result<(usize, CMD), ParseError>; }

Required methods

Implementations on Foreign Types

Implementors