pub trait AsCPMContact { type Target; // Required method fn as_cpm_contact(&self) -> Option<Self::Target>; }