[][src]Type Definition q1tsim::error::ParseResult

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

Type alias for a result with a parse error