pub type TypedKeyValuePairs<T> = Vec<TypedKeyValuePair<T>>;
pub struct TypedKeyValuePairs<T> { /* private fields */ }