Skip to main content

FilePath

Type Alias FilePath 

Source
pub type FilePath = Interned<'static, str>;
Expand description

We intern file path in a static interner. See [intern_str].

Aliased Type§

pub struct FilePath(pub &'static str, _);

Tuple Fields§

§0: &'static str