Trait ISchemaAttribute_Impl
pub trait ISchemaAttribute_Impl: ISchemaItem_Impl {
// Required methods
fn type(&self) -> Result<ISchemaType>;
fn scope(&self) -> Result<ISchemaComplexType>;
fn defaultValue(&self) -> Result<BSTR>;
fn fixedValue(&self) -> Result<BSTR>;
fn use(&self) -> Result<SCHEMAUSE>;
fn isReference(&self) -> Result<VARIANT_BOOL>;
}
Required Methods§
fn type(&self) -> Result<ISchemaType>
fn scope(&self) -> Result<ISchemaComplexType>
fn defaultValue(&self) -> Result<BSTR>
fn fixedValue(&self) -> Result<BSTR>
fn use(&self) -> Result<SCHEMAUSE>
fn isReference(&self) -> Result<VARIANT_BOOL>
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.