//! # CLIENTPIDMAP value
//!
//! The decoded `CLIENTPIDMAP` value.
//!
//! `CLIENTPIDMAP` ties the PID source identifiers used by `PID` parameters to
//! the client (a URI) that produced them. It is a structured RFC 6350 6.7.7
//! value of two `;`-ordered components: a small integer source id and a URI.
//! This bespoke type names the two parts. Pure, always-unescaped data; framing
//! and escaping live on the syntax side ([`crate::tree`]). The wire name lives
//! on [`crate::prop::VcardProp::name`].
use Cow;
/// The decoded CLIENTPIDMAP value: a source id and the URI that produced it.