rstructor/model/
mod.rs

1mod instructor;
2
3pub use instructor::{Instructor, Validatable};