pub type ParseResult<T> = Result<T, Error>;
Expand description

An alias for parse results returned by functions of this crate