tauri_utils::assets

Type Alias AssetsIter

Source
pub type AssetsIter<'a> = dyn Iterator<Item = (Cow<'a, str>, Cow<'a, [u8]>)> + 'a;
Expand description

Assets iterator.