pub fn map<M: VertexMapper>(
    mapper: Arc<M>,
    datastore: Arc<dyn Datastore + Send + Sync + 'static>
) -> Result<(), Error>
Expand description

Runs an operation on all vertices in the datastore.

Arguments

  • mapper: Specified options and the map operation to run.
  • datastore: The datastore.