Struct rustc::middle::traits::VtableObjectDataUnstable
[-] [+]
[src]
pub struct VtableObjectData<'tcx> {
pub object_ty: Ty<'tcx>,
pub upcast_trait_ref: PolyTraitRef<'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 |
|