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

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

For accessing the Interface of a DynTrait<Pointer<()>,Interface>.

Associated Types

Loading content...

Implementors

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

type Interface = I

Loading content...