Struct rustc_typeck::middle::traits::VtableObjectDataUnstable
[-] [+]
[src]
pub struct VtableObjectData<'tcx> { pub object_ty: &'tcx TyS<'tcx>, pub upcast_trait_ref: Binder<Rc<TraitRef<'tcx>>>, }
A vtable for some object-safe trait Foo
automatically derived
for the object type Foo
.
Fields
object_ty | the object type |
upcast_trait_ref |
|