Skip to main content

IPersistentCallGroup

Trait IPersistentCallGroup 

Source
pub trait IPersistentCallGroup: IObject {
    // Provided methods
    fn m_calls(self) -> List_1<PersistentCall> { ... }
    fn set_m_calls(self, value: List_1<PersistentCall>) { ... }
}

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§