Skip to main content

IClipperRegistry

Trait IClipperRegistry 

Source
pub trait IClipperRegistry: IObject {
    // Provided methods
    fn m_clippers(self) -> IndexedSet_1<IClipper> { ... }
    fn set_m_clippers(self, value: IndexedSet_1<IClipper>) { ... }
}

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§