Function P

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

Construct a P<T> from a T value.