tiny_orm_model/
errors.rs

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