Type Definition panorama_imap::parser::ParseResult[][src]

type ParseResult<T, E = Error<Rule>> = Result<T, E>;