Crate sample_shoe_co

Crate sample_shoe_co 

Source

Re-exports§

pub use employee::Employee;
pub use employee::Employee::Associate;
pub use employee::Employee::Manager;
pub use warehouse_product::Shoe;
pub use product::*;
pub use warehouse::*;

Modules§

employee
product
warehouse
warehouse_product