pub trait BytesN<const N: usize> { fn random(env: &Env) -> BytesN<N>; }
testutils
Test utilities for BytesN.
BytesN