pub trait IMapDeployTemplate_1_SwapBufferScope<T0: ClassIdentity>: IObject {
// Provided methods
fn m_deploy(self) -> IMapDeploy_Interface { ... }
fn set_m_deploy(self, value: IMapDeploy_Interface) { ... }
}Provided Methods§
fn m_deploy(self) -> IMapDeploy_Interface
fn set_m_deploy(self, value: IMapDeploy_Interface)
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.