Trait rust_rcs_client::messaging::cpm::sip::cpm_contact::AsCPMContact
source · pub trait AsCPMContact {
type Target;
// Required method
fn as_cpm_contact(&self) -> Option<Self::Target>;
}