Trait FormatterTrait

Source
pub trait FormatterTrait {
    // Required methods
    fn to_string(&self) -> String;
    fn to_image(&self, ec_level: EcLevel) -> Result<QrCode, PromptPayError>;
}
Expand description

Trait สำหรับ Formatter ที่สามารถแปลงผลลัพธ์เป็นรูปแบบต่างๆ

Required Methods§

Source

fn to_string(&self) -> String

แปลง payload เป็น String

Source

fn to_image(&self, ec_level: EcLevel) -> Result<QrCode, PromptPayError>

Implementors§