Type Definition transit_model::Result

source ·
pub type Result<T, E = Error> = Result<T, E>;
Expand description

The corresponding result type used by the crate.