Skip to main content

ScaBundleData

Type Alias ScaBundleData 

Source
pub type ScaBundleData<D> = &'static [(&'static str, D)];
Available on crate feature loader only.
Expand description

The alias for compiled modules represented as a static const arrays

The element is a tuple of (module_name, module_data).