Type Definition routerify::Result [−][src]
type Result<T> = Result<T, RouteError>;
A Result type often returned from methods that can have routerify errors.
type Result<T> = Result<T, RouteError>;
A Result type often returned from methods that can have routerify errors.