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§