pub trait IntoRawPtr {
    fn into_raw(self) -> *mut ();
}
Expand description

Convert from into a raw pointer

Required Methods

Implementations on Foreign Types

Implementors