Type Definition samotop_parser::ParseResult[][src]

pub type ParseResult<T> = Result<(usize, T), ParseError>;