pub trait WarperCreator: WarperCreatorConst {
    fn as_raw_mut_WarperCreator(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§