Skip to main content

FileHints

Type Alias FileHints 

pub type FileHints = HashMap<PathBuf, Vec<Hint>>;
Expand description

Project-relative source path → that file’s hints, span-ordered.

Aliased Type§

pub struct FileHints { /* private fields */ }