ICNChangeHistoryAddGroupEvent

Trait ICNChangeHistoryAddGroupEvent 

Source
pub trait ICNChangeHistoryAddGroupEvent: ICNChangeHistoryEvent {
    // Provided methods
    fn p_group(&self) -> CNGroup { ... }
    fn p_container_identifier(&self) -> NSString { ... }
}
Expand description

A trait containing all the methods for CNChangeHistoryAddGroupEvent

Provided Methods§

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.

Implementors§