Type Definition bonsaidb::core::schema::view::map::ViewMappedValue

pub type ViewMappedValue<'doc, V> = MappedValue<<V as ViewSchema>::MappedKey<'doc>, <<V as ViewSchema>::View as View>::Value>;
Expand description

A mapped value in a View.