Trait symcode::interfaces::Symbol[][src]

pub trait Symbol {
    type Label;
    fn to_label(&self) -> Self::Label;
fn to_image(&self) -> BinaryImage; }

Definition of a symbol

Associated Types

Loading content...

Required methods

fn to_label(&self) -> Self::Label[src]

fn to_image(&self) -> BinaryImage[src]

Loading content...

Implementors

impl Symbol for Symbol[src]

type Label = GlyphLabel

Loading content...