pub trait FitForCBox {
    type CBoxWrapped;
}
Available on crate feature alloc only.

Required Associated Types

Implementations on Foreign Types

Implementors