pub trait CropLayerTraitConst: LayerTraitConst {
    fn as_raw_CropLayer(&self) -> *const c_void;
}

Required Methods

Implementors