[][src]Type Definition tinycdb::CdbResult

type CdbResult<T> = Result<T, CdbError>;

A specialized Result type that might contain a CdbError.