Add Result alias (#271)
Adds a `yubikey::Result` alias with `yubikey::Error` as the error type. Since we only have one `Error` type, this simplifies the return types where a `Result` is returned.
This commit is contained in:
committed by
GitHub
parent
1051eaf26d
commit
de51b0cc46
+1
-1
@@ -149,7 +149,7 @@ mod transaction;
|
||||
pub mod yubikey;
|
||||
|
||||
pub use self::{
|
||||
error::Error,
|
||||
error::{Error, Result},
|
||||
key::Key,
|
||||
mgm::MgmKey,
|
||||
readers::Readers,
|
||||
|
||||
Reference in New Issue
Block a user