Type Definition pliantdb_core::schema::view::MapResult[][src]

type MapResult<K = (), V = ()> = Result<Option<Map<K, V>>, Error>;

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