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

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

The result type for the Parsing