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