pub trait _RangeTraitConst: RangeTraitConst {
    fn as_raw__Range(&self) -> *const c_void;
}

Required Methods

Implementors