Skip to main content

ModuleId

Type Alias ModuleId 

Source
pub type ModuleId = String;
Expand description

A module identifier derived from its path segments (e.g., "Std.Io.File").

Aliased Typeยง

pub struct ModuleId { /* private fields */ }