Trait pliantdb_core::schema::collection::Collection [−][src]
A namespaced collection of Document<Self>
items and views.
Required methods
fn id() -> Id
[src]
The Id
of this collection.
fn define_views(schema: &mut Schema)
[src]
Defines all View
s in this collection in schema
.