Trait qrcode::render::string::Element [] [src]

pub trait Element: Copy {
    fn default_color(color: Color) -> Self;
fn strlen(self) -> usize;
fn append_to_string(self, string: &mut String); }

Required Methods

Implementations on Foreign Types

impl Element for char
[src]

[src]

[src]

[src]

impl<'a> Element for &'a str
[src]

[src]

[src]

[src]

Implementors