Trait pliantdb_core::schema::view::Serialized [−][src]
Wraps a View with serialization to erase the associated types
Required methods
fn collection(&self) -> Id[src]
Wraps [View::collection]
fn version(&self) -> usize[src]
Wraps View::version
fn name(&self) -> Cow<'static, str>[src]
Wraps View::name
fn map(&self, document: &Document<'_>) -> Result<Option<Serialized>, Error>[src]
Wraps View::map
Implementors
impl<T> Serialized for T where
T: View,
<T as View>::MapKey: 'static, [src]
T: View,
<T as View>::MapKey: 'static,