Trait rustc_query_impl::profiling_support::SpecIntoSelfProfilingString[][src]

trait SpecIntoSelfProfilingString: Debug {
    fn spec_to_self_profile_string(
        &self,
        builder: &mut QueryKeyStringBuilder<'_, '_, '_>
    ) -> StringId; }

Required methods

Implementations on Foreign Types

Implementors