Trait samotop_core::parser::Parser [−][src]
Required methods
fn parse_command<'i>(
&self,
input: &'i [u8]
) -> ParseResult<'i, Box<dyn SmtpSessionCommand>>[src]
&self,
input: &'i [u8]
) -> ParseResult<'i, Box<dyn SmtpSessionCommand>>
Implementations on Foreign Types
impl Parser for Vec<Arc<dyn Parser + Sync + Send>>[src]
fn parse_command<'i>(
&self,
input: &'i [u8]
) -> ParseResult<'i, Box<dyn SmtpSessionCommand>>[src]
&self,
input: &'i [u8]
) -> ParseResult<'i, Box<dyn SmtpSessionCommand>>
Implementors
impl Parser for DummyParser[src]
fn parse_command<'i>(
&self,
input: &'i [u8]
) -> ParseResult<'i, Box<dyn SmtpSessionCommand>>[src]
&self,
input: &'i [u8]
) -> ParseResult<'i, Box<dyn SmtpSessionCommand>>
impl<T> Parser for Arc<T> where
T: Parser, [src]
T: Parser,
fn parse_command<'i>(
&self,
input: &'i [u8]
) -> ParseResult<'i, Box<dyn SmtpSessionCommand>>[src]
&self,
input: &'i [u8]
) -> ParseResult<'i, Box<dyn SmtpSessionCommand>>