rustc_hir_analysis::hir_ty_lowering::errors

Function fn_trait_to_string

source
pub(crate) fn fn_trait_to_string(
    tcx: TyCtxt<'_>,
    trait_segment: &PathSegment<'_>,
    parenthesized: bool,
) -> String