Available on crate feature alloc only.
Expand description

Box<dyn 'static + Send + FnMut(...) -> _> but with a #[repr(C)] layout (inlined virtual method table).

Structs

Box<dyn 'static + Send + FnMut() -> Ret>
Box<dyn 'static + Send + FnMut() -> Ret>
Box<dyn 'static + Send + FnMut(A1) -> Ret>
Box<dyn 'static + Send + FnMut(A1) -> Ret>