Type Definition dbcrossbarlib::Result[][src]

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

Standard result type for this library.