macro_rules! find_repeated_trait {
($component:expr, $trait:ty) => { ... };
}
Expand description
Returns an iterator over a trait that may be implemented by multiple objects within the component.
macro_rules! find_repeated_trait {
($component:expr, $trait:ty) => { ... };
}
Returns an iterator over a trait that may be implemented by multiple objects within the component.