cairo_lang_filesystem::db

Trait ExternalFiles

source
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§

source

fn ext_as_virtual(&self, _external_id: InternId) -> VirtualFile

Returns the virtual file matching the external id.

Implementors§