give_me_error

Function give_me_error 

Source
pub const fn give_me_error() -> BitsError
Expand description

Internally used for generating the Result::Err type in TryFrom.

This is needed since we don’t want users to be able to create BitsError right now. We’ll be able to turn BitsError into an enum later, or anything else really.