macro_rules! find_repeated_trait_mut {
    ($component:expr, $trait:ty) => { ... };
}
Expand description

Returns an iterator over a trait that may be implemented by multiple objects within the component.