pub type Bundle = Bundle<&'static Map<&'static str, &'static [u8]>>;Available on crate features
loader and phf only.Expand description
The type of bundle that the embed! macro returns
Aliased Type§
pub struct Bundle(pub &'static Map<&'static str, &'static [u8]>);Tuple Fields§
§0: &'static Map<&'static str, &'static [u8]>