rustc_query_impl::profiling_support

Trait SpecIntoSelfProfilingString

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

Required Methods§

Implementations on Foreign Types§

Source§

impl SpecIntoSelfProfilingString for CrateNum

Source§

impl SpecIntoSelfProfilingString for DefId

Source§

impl SpecIntoSelfProfilingString for DefIndex

Source§

impl SpecIntoSelfProfilingString for LocalDefId

Source§

impl<T0, T1> SpecIntoSelfProfilingString for (T0, T1)

Implementors§