Type Definition conch_parser::parse::ParseResult [] [src]

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

A specialized Result type for parsing shell commands.