Trait abi_stable::erased_types::DynTraitBound[][src]

pub trait DynTraitBound<'borr>: Sealed {
    type Interface: InterfaceType;
}
Expand description

For getting the Interface type parameter in DynTrait<Pointer<()>, Interface>.

Associated Types

Implementors