pub trait IMFFieldOfUseMFTUnlock_Impl: Sized {
    // Required method
    fn Unlock(&self, punkmft: Option<&IUnknown>) -> Result<()>;
}

Required Methods§

fn Unlock(&self, punkmft: Option<&IUnknown>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§