[][src]Type Definition routerify::Result

type Result<T> = Result<T, Error>;

A Result type often returned from methods that can have routerify errors.