Type Alias nusb::Error

source ·
pub type Error = Error;
Expand description

OS error returned from operations other than transfers.

Aliased Type§

struct Error { /* private fields */ }

Trait Implementations§

source§

impl From<ActiveConfigurationError> for Error

source§

fn from(value: ActiveConfigurationError) -> Self

Converts to this type from the input type.