rustc_ast::ptr

Function P

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

Construct a P<T> from a T value.