pub trait IWdsTransportCacheable_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§