Trait IRowsetWatchAll_Impl
pub trait IRowsetWatchAll_Impl: IUnknownImpl {
// Required methods
fn Acknowledge(&self) -> Result<()>;
fn Start(&self) -> Result<()>;
fn StopWatching(&self) -> Result<()>;
}
Required Methods§
fn Acknowledge(&self) -> Result<()>
fn Start(&self) -> Result<()>
fn StopWatching(&self) -> Result<()>
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.