Trait IExpandCollapseProvider_Impl
pub trait IExpandCollapseProvider_Impl: IUnknownImpl {
// Required methods
fn Expand(&self) -> Result<()>;
fn Collapse(&self) -> Result<()>;
fn ExpandCollapseState(&self) -> Result<ExpandCollapseState>;
}
Required Methods§
fn Expand(&self) -> Result<()>
fn Collapse(&self) -> Result<()>
fn ExpandCollapseState(&self) -> Result<ExpandCollapseState>
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.