pub macro unwrap_binder {
($expr:expr) => { ... },
($expr:expr; $ty:ty) => { ... },
}
🔬This is a nightly-only experimental API. (
unsafe_binders
)Available on crate feature
std
only.Expand description
Unwrap an unsafe binder into its underlying type.