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§