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