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

type QueryParamSlice<'a> = &'a [(&'a str, &'a str)];

Type alias for slice of string two-tuples