Type Definition dbcrossbarlib::Result[][src]

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

Standard result type for this library.