Struct ledger::ApduAnswer[][src]

pub struct ApduAnswer {
    pub data: Vec<u8>,
    pub retcode: u16,
}

Fields

Trait Implementations

impl Debug for ApduAnswer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ApduAnswer

impl Sync for ApduAnswer