Macro bonsaidb::core::define_mapped_view
macro_rules! define_mapped_view { ($view_name:ident, $collection:ty, $version:literal, $name:literal, $key:ty, $value:ty, $unique:literal, $mapping:expr) => { ... }; }
Expand description
Defines a view using the mapping provided.