Trait rustc_data_structures::sharded::IntoPointer
source · pub trait IntoPointer {
// Required method
fn into_pointer(&self) -> *const ();
}
Required Methods§
sourcefn into_pointer(&self) -> *const ()
fn into_pointer(&self) -> *const ()
Returns a pointer which outlives self
.