pub fn typeid_for_instance<'tcx>(
    tcx: TyCtxt<'tcx>,
    instance: &Instance<'tcx>,
    options: TypeIdOptions
) -> String
Expand description

Returns a type metadata identifier for the specified Instance using the Itanium C++ ABI with vendor extended type qualifiers and types for Rust types that are not used at the FFI boundary.