Function rustc::middle::cstore::tls::unsafe_with_decoding_context
[−]
[src]
pub unsafe fn unsafe_with_decoding_context<F, R>(f: F) -> R where F: FnOnce(&DecodingContext, &mut OpaqueDecoder) -> R
Unstable (
rustc_private
)Execute f with access to the thread-local decoding context and rbml decoder.