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