Type Definition yubihsm::setup::Error

source ·
pub type Error = Error<ErrorKind>;
Available on crate feature setup only.
Expand description

Setup-related errors

Trait Implementations§

source§

impl From<Error<ErrorKind>> for Error

source§

fn from(client_error: Error) -> Error

Converts to this type from the input type.