rustc_ast
1.81.0-nightly
(c6727fc9b 2024-07-12)
In rustc_ast::ptr
Function
rustc_ast
::
ptr
::
P
Copy item path
source
ยท
[
−
]
pub fn P<T: 'static>(value: T) ->
P
<T>
Expand description
Construct a
P<T>
from a
T
value.