pub trait DictValueTrait: DictValueTraitConst {
    fn as_raw_mut_DictValue(&mut self) -> *mut c_void;
}

Required Methods

Implementors