Type Alias irox_bits::Error

source ·
pub type Error = BitsError;
Expand description

Type alias to BitsError

Originally would map to std::io::Error when the std feature was enabled, but that proved less ergonomic than just a internal error struct.

Aliased Type§

struct Error { /* private fields */ }