std::unsafe_binder - Rust (original) (raw)
Module unsafe_binder
🔬This is a nightly-only experimental API. (unsafe_binders
#130516)
Expand description
Operators used to turn types into unsafe binders and back.
Macros§
unwrap_binderExperimental
Unwrap an unsafe binder into its underlying type.
wrap_binderExperimental
Wrap a type into an unsafe binder.