pub macro unwrap_binder {
($expr:expr) => { ... },
($expr:expr; $ty:ty) => { ... },
}
unsafe_binders #130516)
Unwrap an unsafe binder into its underlying type.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/unsafe_binder/macro.unwrap_binder.html