pub trait IFsrmFileCondition_Impl: Sized + IDispatch_Impl {
// Required methods
fn Type(&self) -> Result<FsrmFileConditionType>;
fn Delete(&self) -> Result<()>;
}
Required Methods§
fn Type(&self) -> Result<FsrmFileConditionType>
fn Delete(&self) -> Result<()>
Object Safety§
This trait is not object safe.