Type Definition transit_model::Result[][src]

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

The corresponding result type used by the crate.