pub trait RawPointer {
    fn raw_pointer(&self) -> *const ();
}

Required methods

Implementors