Skip to main content

DynManifest

Type Alias DynManifest 

Source
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.

MyViteStatic.boxed();

Aliased Typeยง

pub struct DynManifest<'a>(/* private fields */);