Module lwb_parser::sources::source_file
source · [−]Expand description
Source files (stored together with a name).
Structs
SourceFile represents a source into which spans
point. Source files can be cheaply cloned as the
actual contents of them live behind an Rc
.