Type Definition dbcrossbarlib::Result

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

Standard result type for this library.