Function uniffi_macros::util::chain

source ·
pub fn chain<T>(
    a: impl IntoIterator<Item = T>,
    b: impl IntoIterator<Item = T>
) -> impl Iterator<Item = T>