Type Alias rquickjs::loader::Bundle

source ·
pub type Bundle = Bundle<&'static Map<&'static str, &'static [u8]>>;
Available on crate feature loader only.
Expand description

The type of bundle that the embed! macro returns

Aliased Type§

struct Bundle(pub &'static Map<&'static str, &'static [u8]>);

Fields§

§0: &'static Map<&'static str, &'static [u8]>