Type Definition domain::bits::parse::ParseResult [] [src]

type ParseResult<T> = Result<T, ParseError>;

The result type for a ParseError.