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.
macro_rules! define_mapped_view {
($view_name:ident, $collection:ty, $version:literal, $name:literal, $key:ty, $value:ty, $unique:literal, $mapping:expr) => { ... };
}Defines a view using the mapping provided.