Type Alias BodyParams

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

Aliased Type§

pub 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.