pub trait UpperExpOpaqueObj<'cglue_a>: 'cglue_a + GetContainer + GetVtbl<UpperExpVtbl<'cglue_a, <Self as GetContainer>::ContType>> {
    type UpperExpVtbl: 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<UpperExpVtbl<'cglue_a, <Self as GetContainer>::ContType>>> UpperExpOpaqueObj<'cglue_a> for CGlueO

§

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