1 2 3 4 5
pub mod r#impl; pub mod manifest; pub use manifest::multiply_manifest; pub use r#impl::Multiply;