Trait AsCPMContact

Source
pub trait AsCPMContact {
    type Target;

    // Required method
    fn as_cpm_contact(&self) -> Option<Self::Target>;
}

Required Associated Types§

Required Methods§

Source

fn as_cpm_contact(&self) -> Option<Self::Target>

Implementations on Foreign Types§

Source§

impl AsCPMContact for HeaderField<'_>

Implementors§