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

source ·
pub type U8 = Uint<8, 1>;
Expand description

Uint for 8 bits. Similar to u8.

Aliased Type§

struct U8 { /* private fields */ }