Type Definition imap_proto::types::BodyParams

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