Type Definition sn_dbc::Result[][src]

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

Specialisation of std::Result.