Struct kailua_env::source::Source [] [src]

pub struct Source { /* fields omitted */ }

A source used for resolving locations.

All source-dependent Unit values are issued by Source, by adding a new file. Files themselves can be updated or removed in the interactive setting; it is the caller's responsibility that existing locations are properly updated to a new file.

Methods

impl Source
[src]