☰
FitForCArc
Required Associated Types
CArcWrapped
Implementations on Foreign Types
dyn Send + Sync + Fn() -> Ret + 'static
dyn Send + Sync + Fn(A1) -> Ret + 'static
Implementors
In safer_ffi::boxed
?
Trait
safer_ffi
::
boxed
::
FitForCArc
source
·
[
−
]
pub trait FitForCArc { type
CArcWrapped
; }
Available on
crate feature
alloc
only.
Required Associated Types
§
source
type
CArcWrapped
Implementations on Foreign Types
§
source
§
impl<Ret>
FitForCArc
for dyn
Send
+
Sync
+
Fn
() -> Ret + 'static
where Ret:
ReprC
,
§
type
CArcWrapped
=
ArcDynFn0
<Ret>
source
§
impl<Ret, A1>
FitForCArc
for dyn
Send
+
Sync
+
Fn
(A1) -> Ret + 'static
where Ret:
ReprC
, A1:
ReprC
,
§
type
CArcWrapped
=
ArcDynFn1
<Ret, A1>
Implementors
§