Function rustc_ast::ptr::P

source ·
pub fn P<T: 'static>(value: T) -> P<T>
Expand description

Construct a P<T> from a T value.