pub trait FitForCArc {
    type CArcWrapped;
}
Available on crate feature alloc only.

Required Associated Types§

Implementations on Foreign Types§

source§

impl<Ret> FitForCArc for dyn Send + Sync + Fn() -> Ret + 'staticwhere Ret: ReprC,

source§

impl<Ret, A1> FitForCArc for dyn Send + Sync + Fn(A1) -> Ret + 'staticwhere Ret: ReprC, A1: ReprC,

§

type CArcWrapped = ArcDynFn1<Ret, A1>

Implementors§