Skip to main content

IAkEnumFlagAttribute

Trait IAkEnumFlagAttribute 

Source
pub trait IAkEnumFlagAttribute: IPropertyAttribute {
    // Provided methods
    fn type(self) -> SystemType { ... }
    fn set_type(self, value: SystemType) { ... }
}

Provided Methods§

Source

fn type(self) -> SystemType

Source

fn set_type(self, value: SystemType)

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§