Type Definition path::error::PathResult [] [src]

type PathResult<'a, T> = Result<T, PathError>;

The result type for the Parsing