tiny_orm_model/
errors.rs

1
2
3
4
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub enum TinyOrmError {
    SetOptionNotSet,
}