[][src]Trait rustc_ap_rustc_data_structures::sharded::IntoPointer

pub trait IntoPointer {
    pub fn into_pointer(&self) -> *const ();
}

Required methods

pub fn into_pointer(&self) -> *const ()[src]

Returns a pointer which outlives self.

Loading content...

Implementors

Loading content...