pub trait ConcreteReprCwhere
    Self: ReprC,
{ type ConcreteCLayout: Is<EqTo = CLayoutOf<Self>> + CType<OPAQUE_KIND = Concrete>; }
Expand description

Alias for ReprC where Self::CLayout::OPAQUE_KIND = OpaqueKind::Concrete

Required Associated Types

Implementors