Struct source_map::GlobalStore
source · pub struct GlobalStore;
Trait Implementations§
source§impl FileSystem for GlobalStore
impl FileSystem for GlobalStore
source§fn get_file<T, F: for<'a> FnOnce(&'a Path, &'a str) -> T>(
&self,
source_id: SourceId,
f: F
) -> T
fn get_file<T, F: for<'a> FnOnce(&'a Path, &'a str) -> T>( &self, source_id: SourceId, f: F ) -> T
Note that this does clone the result Read more