ImportedSymbols

enum ImportedSymbols

Selects which symbols an import introduces into local scope.

Cases

case all

Imports the module itself without a named selection list.

case named([ImportedSymbol])

Imports only the listed symbols and aliases.

case glob

use package::foo::* : the module's public symbols plus, recursively, every submodule under its directory.