[][src]Module safer_ffi::closure::arc

This is supported on feature="alloc" only.

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

Structs

ArcDynFn0feature="alloc"

Arc<dyn 'static + Send + Sync + Fn() -> Ret>

ArcDynFn0_Layoutfeature="alloc"
ArcDynFn1feature="alloc"

Arc<dyn 'static + Send + Sync + Fn(A1) -> Ret>

ArcDynFn1_Layoutfeature="alloc"