Trait IntoBytes

Source
pub trait IntoBytes<const N: usize> {
    // Required method
    fn into_bytes(self) -> [u8; N];
}

Required Methods§

Source

fn into_bytes(self) -> [u8; N]

Implementations on Foreign Types§

Source§

impl IntoBytes<32> for [Felt; 4]

Source§

fn into_bytes(self) -> [u8; 32]

Implementors§