Type Definition CdbResult
tinycdb
type CdbResult<T> = Result<T, CdbError>;
A specialized Result type that might contain a CdbError.