[][src]Trait qr_code::decode::BmpDecode

pub trait BmpDecode {
    fn decode(&self) -> String;
}

Allows to decode the QR coded in a bmp file

Required methods

fn decode(&self) -> String

Allows to decode the QR coded in a bmp file

Loading content...

Implementations on Foreign Types

impl BmpDecode for Bmp[src]

Loading content...

Implementors

Loading content...