pub type Preimage32 = [u8; 32];
Expand description

Type alias for 32 byte Preimage.

Trait Implementations§

1.4.0 · source§

impl<T, const N: usize> Borrow<[T]> for [T; N]

source§

fn borrow(&self) -> &[T]

Immutably borrows from an owned value. Read more