Trait codespan_derive::IntoLabel[][src]

pub trait IntoLabel {
    type FileId;
    fn into_label(&self, style: LabelStyle) -> Label<Self::FileId>;
}

Associated Types

Required methods

Implementors