pub fn list<T, U: FromIterator<T>>(
i: impl IntoIterator<Item = T>,
offset: Option<u32>,
count: Option<u32>,
) -> U
pub fn list<T, U: FromIterator<T>>(
i: impl IntoIterator<Item = T>,
offset: Option<u32>,
count: Option<u32>,
) -> U