Skip to main content

IIMapDeploy_InterfaceMethods

Trait IIMapDeploy_InterfaceMethods 

Source
pub trait IIMapDeploy_InterfaceMethods: IIMapDeploy_Interface {
    // Provided methods
    fn set_buffer_a(self) { ... }
    fn set_buffer_b(self) { ... }
}

Provided Methods§

Source

fn set_buffer_a(self)

SetBufferA() overload

Source

fn set_buffer_b(self)

SetBufferB() overload

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§

Source§

impl<__T: IIMapDeploy_Interface> IIMapDeploy_InterfaceMethods for __T

Available on crate feature app-imapdeploy_interface only.