Type Alias imap_proto::types::BodyParams

source ·
pub type BodyParams<'a> = Option<Vec<(Cow<'a, str>, Cow<'a, str>)>>;

Aliased Type§

enum BodyParams<'a> {
    None,
    Some(Vec<(Cow<'a, str>, Cow<'a, str>)>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Vec<(Cow<'a, str>, Cow<'a, str>)>)

Some value of type T.