pub trait CustomPatternTraitConst: AlgorithmTraitConst {
    fn as_raw_CustomPattern(&self) -> *const c_void;
}

Required Methods

Implementors