pub trait MutatorDescriptor {
// Required method
fn get_description_attributes(
&self,
) -> Box<dyn Iterator<Item = (AttrKey, AttrVal)> + '_>;
}
Expand description
Flat, infallible view on a mutator descriptor
pub trait MutatorDescriptor {
// Required method
fn get_description_attributes(
&self,
) -> Box<dyn Iterator<Item = (AttrKey, AttrVal)> + '_>;
}
Flat, infallible view on a mutator descriptor