1 2 3 4 5 6
mod instructor; pub use instructor::{Instructor, Validatable}; #[doc(hidden)] pub use instructor::__private;