pub trait LUCIDTrait: Feature2DTrait + LUCIDTraitConst {
    fn as_raw_mut_LUCID(&mut self) -> *mut c_void;
}

Required Methods

Implementors