[][src]Type Definition dbcrossbarlib::Result

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

Standard result type for this library.