pub macro wrap_binder {
($expr:expr) => { ... },
($expr:expr; $ty:ty) => { ... },
}
🔬This is a nightly-only experimental API. (
unsafe_binders
)Expand description
Wrap a type into an unsafe binder.
pub macro wrap_binder {
($expr:expr) => { ... },
($expr:expr; $ty:ty) => { ... },
}
unsafe_binders
)Wrap a type into an unsafe binder.