[][src]Type Definition roadmap::RoadmapResult

type RoadmapResult<T> = Result<T, Box<dyn Error>>;

Error in Roadmap, from parsing or otherwise.