Type Alias Bytes

Source
pub type Bytes = (u8, u32, u32, u32);

Trait Implementations§

Source§

impl From<ByteCode> for Bytes

Source§

fn from(value: ByteCode) -> Self

Converts to this type from the input type.