pub trait ClassLike { // Provided method fn members(&self) -> Members<'_> ⓘ { ... } }
Trait shared by Structure, Class or Union
Structure
Class
Union
Return this list of all the attributes defined in this class-like type