Struct syntax::codemap::RealFileLoader[][src]

pub struct RealFileLoader;

A FileLoader that uses std::fs to load real files.

Trait Implementations

impl FileLoader for RealFileLoader
[src]

Query the existence of a file.

Return an absolute path to a file, if possible.

Read the contents of an UTF-8 file into memory.

Auto Trait Implementations