Trait annotate_snippets::formatter::style::Stylesheet [] [src]

pub trait Stylesheet {
    fn get_style(&self, class: StyleClass) -> Box<Style>;
}

Required Methods

Implementors