pub trait TypeMembershipMethods<'tcx>: Backend<'tcx> {
    fn set_type_metadata(&self, function: Self::Function, typeid: String);
    fn typeid_metadata(&self, typeid: String) -> Self::Value;
}

Required Methods

Implementors