Type Alias revm::interpreter::primitives::alloy_primitives::ruint::aliases::B8

source ·
pub type B8 = Bits<8, 1>;
Expand description

Bits for 8 bits.

Aliased Type§

struct B8(/* private fields */);