Type Definition yatt_orm::sqlite::SQLITEResult

source · []
pub type SQLITEResult<T, E = Error> = Result<T, E>;
Expand description

A typedef of the result returned by many methods.