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

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

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

Associated Types

Loading content...

Implementors

impl<'borr, P, I, EV> DynTraitBound<'borr> for DynTrait<'borr, P, I, EV> where
    P: Deref + GetPointerKind,
    I: InterfaceBound
[src]

type Interface = I

Loading content...