[][src]Trait abi_stable::erased_types::virtual_wrapper::VirtualWrapperTrait

pub trait VirtualWrapperTrait: Sealed {
    type Interface: InterfaceType;
}

For accessing the Interface of a VirtualWrapper<Pointer<OpaqueType< Interface >>>.

Associated Types

Loading content...

Implementors

impl<P, I> VirtualWrapperTrait for VirtualWrapper<P> where
    P: Deref<Target = OpaqueType<I>>,
    I: InterfaceType
[src]

type Interface = I

Loading content...