devela::_dep::_std

Module unsafe_binder

Source
🔬This is a nightly-only experimental API. (unsafe_binders)
Available on crate feature std only.
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.