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

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

Required methods

fn into_pointer(&self) -> *const ()

Returns a pointer which outlives self.

Loading content...

Implementors

Loading content...