[][src]Trait language_reporting::Config

pub trait Config: Debug {
    fn filename(&self, path: &Path) -> String;
}

Required methods

fn filename(&self, path: &Path) -> String

Loading content...

Implementors

impl Config for DefaultConfig[src]

Loading content...