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

Required Methods

Implementations on Foreign Types

Implementors