pub type InterestGroupAuctionId<'a> = Cow<'a, str>;
Protected audience interest group auction identifier.
pub enum InterestGroupAuctionId<'a> { Borrowed(&'a str), Owned(String), }
Borrowed data.
Owned data.