pub trait ExternalFiles {
// Provided method
fn ext_as_virtual(&self, _external_id: InternId) -> VirtualFile { ... }
}
Expand description
A trait for defining files external to the filesystem
crate.
Provided Methods§
Sourcefn ext_as_virtual(&self, _external_id: InternId) -> VirtualFile
fn ext_as_virtual(&self, _external_id: InternId) -> VirtualFile
Returns the virtual file matching the external id.