pub const fn give_me_error() -> BitsErrorExpand 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.