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ยง
pub struct Error { /* private fields */ }