//! # CLIENTPIDMAP value
//!
//! The decoded `CLIENTPIDMAP` value.
//!
//! `CLIENTPIDMAP` ties the PID source identifiers used by `PID` parameters to
//! the client (a URI) that produced them: a structured RFC 6350 6.7.7 value of
//! two `;`-ordered components, a small integer source id and a URI, which this
//! bespoke type names.
use Cow;
/// The decoded CLIENTPIDMAP value: a source id and the URI that produced it.