Skip to main content

ModuleRef

Type Alias ModuleRef 

Source
pub type ModuleRef = String;
Expand description

Reference to an imported module — either a stdlib name (std.io) or a local path (./helpers). Kept as a string so this crate doesn’t pull in lex-syntax’s parser.

Aliased Type§

pub struct ModuleRef { /* private fields */ }