Type Definition vsmtp_mail_parser::ParserResult

pub type ParserResult<T> = Result<T, ParserError>;
Expand description