Skip to main content

IAnonWrapper_1Methods

Trait IAnonWrapper_1Methods 

Source
pub trait IAnonWrapper_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(self)
       where Self: Sized { ... }
    fn ctor_2(self, o: T0)
       where Self: Sized { ... }
    fn get_value(self) -> T0
       where Self: Sized { ... }
    fn set_value(self, value: T0)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn ctor(self)
where Self: Sized,

Source

fn ctor_2(self, o: T0)
where Self: Sized,

Source

fn get_value(self) -> T0
where Self: Sized,

Source

fn set_value(self, value: T0)
where Self: Sized,

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§