Hotfix - git merge conflict
This commit is contained in:
parent
ab7e7f3401
commit
23f2a3d711
@ -18,7 +18,7 @@ pub(crate) enum QueryResultRow {
|
||||
}
|
||||
|
||||
pub trait TryGetable: Sized {
|
||||
fn try_get(res: &QueryResult, pre: &str, col: &str) -> Result<Self, DbErr>;
|
||||
fn try_get(res: &QueryResult, pre: &str, col: &str) -> Result<Self, TryGetError>;
|
||||
}
|
||||
|
||||
pub enum TryGetError {
|
||||
|
Loading…
x
Reference in New Issue
Block a user