Type Definition Result
reproto_path_parser::errors
type Result<T> = Result<T, Error>;
Convenient wrapper around std::Result.
std::Result