[][src]Function syntax::ptr::P

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

Construct a P<T> from a T value.