Trait pliantdb_core::schema::Database [−][src]
Defines a group of collections that are stored into a single database.
Required methods
fn define_collections(schema: &mut Schema)[src]
Defines the Collections into schema
Implementors
impl<T> Database for T where
T: Collection + 'static, [src]
T: Collection + 'static,