pub trait IDebugCommandline_OptProperty: IDebugCommandline_Property {
// Provided methods
fn m_attribute(self) -> DebugCommandline_OptionAttribute { ... }
fn set_m_attribute(self, value: DebugCommandline_OptionAttribute) { ... }
fn m_setter(self) -> DebugCommandline_OptProperty_Setter { ... }
fn set_m_setter(self, value: DebugCommandline_OptProperty_Setter) { ... }
}Provided Methods§
fn m_attribute(self) -> DebugCommandline_OptionAttribute
fn set_m_attribute(self, value: DebugCommandline_OptionAttribute)
fn m_setter(self) -> DebugCommandline_OptProperty_Setter
fn set_m_setter(self, value: DebugCommandline_OptProperty_Setter)
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.