Skip to main content

IFSMBuilderCannon

Trait IFSMBuilderCannon 

Source
pub trait IFSMBuilderCannon: IFSMBuilder {
    // Provided methods
    fn m_cannon(self) -> MapObject { ... }
    fn set_m_cannon(self, value: MapObject) { ... }
}

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§