Module safer_ffi::closure::boxed

source ·
Available on crate feature alloc only.
Expand description

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

Structs§