Type Alias LocalDatabase

Source
pub type LocalDatabase<'l> = GenericDatabase<RefContainer<'l, SandiaDecayDataBase>>;
Expand description

Initialized database stored in wherever the &core::mem::MaybeUninit pointed to

For more details, see GenericDatabase

Aliased Typeยง

pub struct LocalDatabase<'l>(/* private fields */);