Type Alias pico_bytes::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.