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