Type Definition db_sqlx_postgres::dev::errors::DBResult[][src]

pub type DBResult<V> = Result<V, DBError>;
Expand description

Generic result data structure