Trait IWdsTransportCacheable_Impl
pub trait IWdsTransportCacheable_Impl: IDispatch_Impl {
// Required methods
fn Dirty(&self) -> Result<VARIANT_BOOL>;
fn Discard(&self) -> Result<()>;
fn Refresh(&self) -> Result<()>;
fn Commit(&self) -> Result<()>;
}
Required Methods§
fn Dirty(&self) -> Result<VARIANT_BOOL>
fn Discard(&self) -> Result<()>
fn Refresh(&self) -> Result<()>
fn Commit(&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.