Skip to main content

IDefaultValueAttribute

Trait IDefaultValueAttribute 

Source
pub trait IDefaultValueAttribute: SystemObject {
    // Provided methods
    fn default_value(self) -> IlInstance { ... }
    fn set_default_value(self, value: IlInstance) { ... }
}

Provided Methods§

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§