//! Import declaration.
use crate;
use Visibility;
/// The three different flavors that an import can be.
/// An import in source code. These can be aliased using the `as <alias>;` suffix.
/// Glob imports ending with `::*;` are supported without aliasing.