[][src]Type Definition gitlab::types::QueryParamVec

type QueryParamVec<'a> = Vec<(&'a str, &'a str)>;

Type alias for Vec of string two-tuples