Trait symcode::interfaces::SymcodeGenerator[][src]

pub trait SymcodeGenerator {
    type SymcodeRepresentation;
    fn generate(&self, symcode: Self::SymcodeRepresentation) -> BinaryImage;
}

To generate a Symcode image for a given Symcode representation

Associated Types

Loading content...

Required methods

fn generate(&self, symcode: Self::SymcodeRepresentation) -> BinaryImage[src]

Loading content...

Implementors

Loading content...