[][src]Type Definition roadmap::RoadmapResult

type RoadmapResult<T> = Result<T, RoadmapError>;

Error in Roadmap, from parsing or otherwise.