1 2 3 4 5 6 7 8 9 10
pub mod product; pub mod account; pub mod booking; pub mod order; pub mod error; pub mod client; pub type Error = error::Error; // pub type BookingRequest = booking::BookingRequest<String, String>;