pub trait WArrowTrait: WArrowTraitConst + Widget3DTrait {
    fn as_raw_mut_WArrow(&mut self) -> *mut c_void;
}

Required Methods

Implementors