Type Alias Database

Source
pub type Database = GenericDatabase<BoxContainer<SandiaDecayDataBase>>;
Available on crate feature alloc only.
Expand description

Initialized database stored in the alloc::boxed::Box

For more details, see GenericDatabase

Aliased Typeยง

pub struct Database(/* private fields */);