Skip to main content

IProcDescMArgT_1

Trait IProcDescMArgT_1 

Source
pub trait IProcDescMArgT_1<T0: ClassIdentity>: IProcDescCallBase {
    // Provided methods
    fn m_method(self) -> Action_1<T0> { ... }
    fn set_m_method(self, value: Action_1<T0>) { ... }
    fn m_arg(self) -> T0 { ... }
    fn set_m_arg(self, value: T0) { ... }
}

Provided Methods§

Source

fn m_method(self) -> Action_1<T0>

Source

fn set_m_method(self, value: Action_1<T0>)

Source

fn m_arg(self) -> T0

Source

fn set_m_arg(self, value: T0)

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§