Mongo.list_index_names

You're seeing just the function list_index_names, go back to Mongo module for more information.
Link to this function

list_index_names(topology_pid, coll, opts \\ [])

View Source

Specs

list_index_names(GenServer.server(), String.t(), Keyword.t()) :: %Stream{
  accs: term(),
  done: term(),
  enum: term(),
  funs: term()
}

Convenient function that returns a cursor with the names of the indexes.