Type Definition bonsaidb::core::schema::view::ViewMapResult

pub type ViewMapResult<'doc, V> = Result<Mappings<<V as ViewSchema>::MappedKey<'doc>, <<V as ViewSchema>::View as View>::Value>, Error>;
Expand description

A type alias for the result of ViewSchema::map().