Skip to main content

DebugInfoCodegenMethods

Trait DebugInfoCodegenMethods 

Source
pub trait DebugInfoCodegenMethods<'tcx>: BackendTypes {
    // Required method
    fn create_vtable_debuginfo(
        &self,
        ty: Ty<'tcx>,
        trait_ref: Option<ExistentialTraitRef<'tcx>>,
        vtable: Self::Value,
    );
}

Required Methods§

Source

fn create_vtable_debuginfo( &self, ty: Ty<'tcx>, trait_ref: Option<ExistentialTraitRef<'tcx>>, vtable: Self::Value, )

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§