pub trait ICNMutableGroup: ICNGroup {
// Provided method
fn p_set_name(&mut self, name: NSString) { ... }
}Expand description
A trait containing all the methods for CNMutableGroup
Provided Methods§
Sourcefn p_set_name(&mut self, name: NSString)
fn p_set_name(&mut self, name: NSString)
The name of the group.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.