mirror of
https://github.com/LordGrimmauld/yubi-oath-rs.git
synced 2025-03-03 21:34:40 +01:00
Add missing Error trait impl
This commit is contained in:
parent
bb83774861
commit
11533edc88
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ impl Display for Error {
|
|||
}
|
||||
}
|
||||
|
||||
impl std::error::Error for Error {}
|
||||
|
||||
pub struct ApduResponse {
|
||||
pub buf: Vec<u8>,
|
||||
pub sw1: u8,
|
||||
|
|
Loading…
Add table
Reference in a new issue