IntoLabel

Trait IntoLabel 

Source
pub trait IntoLabel {
    type FileId;

    // Required method
    fn into_label(&self, style: LabelStyle) -> Label<Self::FileId>;
}

Required Associated Types§

Required Methods§

Source

fn into_label(&self, style: LabelStyle) -> Label<Self::FileId>

Implementors§