//! Import declarations.
//!
//! These are similar to the rust `use ...;` style delcarations however with the caveat that wright currently
//! only supports a single path in declarations, rather than a tree of items with curly braces. (we also don't support
//! starting with a `::` prefix yet).
use crate::;
/// A `use item::from::elsewhere [as name];` declaration in a wright source file.