1 2 3 4 5
#[cfg(test)] pub mod test{ pub trait Test{} impl<T:crate::math::traits::MulId> Test for T{} }