Type Definition pliantdb_local::core::schema::MapResult[][src]

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

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