Skip to main content

ICachedInvokableCall_1

Trait ICachedInvokableCall_1 

Source
pub trait ICachedInvokableCall_1<T0: ClassIdentity>: IInvokableCall_1<T0> {
    // Provided methods
    fn m_arg1(self) -> T0 { ... }
    fn set_m_arg1(self, value: T0) { ... }
}

Provided Methods§

Source

fn m_arg1(self) -> T0

Source

fn set_m_arg1(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§