pub type DynManifest<'a> = Box<dyn Manifest<'a> + Send + Sync>;Expand description
Dynamic boxed manifest.
Used as generic manifest to be plugged in integrations.
Created with Manifest::boxed() method.
MyViteManifest.boxed()Aliased Typeยง
pub struct DynManifest<'a>(/* private fields */);