pub fn implementation_dispatch_key(
descriptor: &ImplementationDescriptor,
) -> Result<String>Expand description
Return the canonical process-local dispatch key for an implementation.
Registered implementations use their opaque registry key. Built-ins have no registry key and are addressed by their descriptor fingerprint.