Expand description
The crate’s checked-construction error types.
Hand-rolled (no thiserror) to keep bnb dependency-light — protocol crates
depend on bnb instead of a stack of external helpers, so bnb itself
stays lean.
Structs§
- Unknown
Discriminant - The error returned by the
TryFrom<uN>impl that#[derive(BitEnum)]generates for a primitive-width enum without a#[catch_all]variant (widthu8/u16/u32/u64/u128): the value matched no known discriminant.
Enums§
- Width
Error - Errors from checked construction.