Type Alias FileLocals
pub type FileLocals = HashMap<PathBuf, Vec<LocalBinding>>;Expand description
Project-relative source path → that file’s local bindings, in source order.
Aliased Type§
pub struct FileLocals { /* private fields */ }pub type FileLocals = HashMap<PathBuf, Vec<LocalBinding>>;Project-relative source path → that file’s local bindings, in source order.
pub struct FileLocals { /* private fields */ }