Trait windows::Foundation::IClosable_Impl
pub trait IClosable_Impl: Sized {
// Required method
fn Close(&self) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait IClosable_Impl: Sized {
// Required method
fn Close(&self) -> Result<()>;
}