pub trait LowerExpOpaqueObj<'cglue_a>: 'cglue_a + GetContainer + GetVtbl<LowerExpVtbl<'cglue_a, <Self as GetContainer>::ContType>> {
    type LowerExpVtbl: CGlueVtblCont<ContType = <Self as GetContainer>::ContType>;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'cglue_a, CGlueO: 'cglue_a + GetContainer + GetVtbl<LowerExpVtbl<'cglue_a, <Self as GetContainer>::ContType>>> LowerExpOpaqueObj<'cglue_a> for CGlueO

§

type LowerExpVtbl = LowerExpVtbl<'cglue_a, <CGlueO as GetContainer>::ContType>