Type Definition bonsaidb_core::schema::view::map::ViewMappedValue
source · pub type ViewMappedValue<V> = MappedValue<<V as View>::Key, <V as View>::Value>;
Expand description
A mapped value in a View
.
pub type ViewMappedValue<V> = MappedValue<<V as View>::Key, <V as View>::Value>;
A mapped value in a View
.