pub trait IXpsOMRemoteDictionaryResource_Impl: Sized + IXpsOMResource_Impl {
    // Required methods
    fn GetDictionary(&self) -> Result<IXpsOMDictionary>;
    fn SetDictionary(&self, dictionary: Option<&IXpsOMDictionary>) -> Result<()>;
}

Required Methods§

fn GetDictionary(&self) -> Result<IXpsOMDictionary>

fn SetDictionary(&self, dictionary: Option<&IXpsOMDictionary>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§