//! [`CapabilityDescriptor`] — a registry entry describing one capability's dispatch shape.
/// What a `CapabilityRegistry` returns for one capability name: the host
/// import name a granted, structurally-present capability wires to.
///
/// Registry-internal, never serialized — assembled from Rust code at
/// composition time, not read from a manifest file.