stratus::alias

Type Alias RevmBytes

Source
pub type RevmBytes = Bytes;

Aliased Type§

struct RevmBytes(pub Bytes);

Fields§

§0: Bytes

Trait Implementations§

Source§

impl From<Bytes> for RevmBytes

Source§

fn from(value: Bytes) -> Self

Converts to this type from the input type.