Type Definition polodb_core::db::DbResult[][src]

pub type DbResult<T> = Result<T, DbErr>;