Expand description
Copied from syntax::ptr::P
of rustc.
Required Methods
Transform the inner value, consuming self
and producing a new P<T>
.
Memory leak
This will leak self
if the given closure panics.
Copied from syntax::ptr::P
of rustc.
Transform the inner value, consuming self
and producing a new P<T>
.
This will leak self
if the given closure panics.