Trait IOptionDescription_Impl
pub trait IOptionDescription_Impl: IUnknownImpl {
// Required methods
fn Id(&self) -> Result<PWSTR>;
fn Heading(&self) -> Result<PWSTR>;
fn Description(&self) -> Result<PWSTR>;
fn Labels(&self) -> Result<IEnumString>;
}
Required Methods§
fn Id(&self) -> Result<PWSTR>
fn Heading(&self) -> Result<PWSTR>
fn Description(&self) -> Result<PWSTR>
fn Labels(&self) -> Result<IEnumString>
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.