Type Definition bonsaidb_core::schema::view::map::ViewMappedValue

source ·
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.