ph
Size: a a a
МЛ
МЛ
В
Э
BD
MB
Э
MB
Э
Э
MB
Э
// Allocate `clsoure` on the heap and erase the `'env` bound.
let closure: Box<dyn FnMut() + Send + 'env> = Box::new(closure);
let closure: Box<dyn FnMut() + Send + 'static> = unsafe { mem::transmute(closure) };
Э
MB
Э
MB
Э
p