[][src]Function stk::tls::inject_vm

pub fn inject_vm<F, O>(vm: &mut Vm, f: F) -> O where
    F: FnOnce() -> O, 

Inject the vm into TLS while running the given closure.