Enum sea_orm::TryGetError [−][src]
pub enum TryGetError {
DbErr(DbErr),
Null,
}Variants
DbErr(DbErr)Tuple Fields of DbErr
0: DbErrTrait Implementations
Performs the conversion.
pub enum TryGetError {
DbErr(DbErr),
Null,
}DbErr(DbErr)0: DbErrPerforms the conversion.