pub type ViewMapResult<V> where
    V: View
= Result<Mappings<<V as View>::Key, <V as View>::Value>, Error>;
Expand description

A type alias for the result of ViewSchema::map().