Function rustpython_vm::vm::thread::enter_vm

source ·
pub fn enter_vm<R>(vm: &VirtualMachine, f: impl FnOnce() -> R) -> R