MCPcopy Create free account
hub / github.com/cowprotocol/services / ByteArray

Class ByteArray

crates/database/src/byte_array.rs:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15/// implementation.
16#[derive(Clone, Copy, Eq, PartialEq, Hash, sqlx::FromRow)]
17pub struct ByteArray<const N: usize>(pub [u8; N]);
18
19impl<const N: usize> Debug for ByteArray<N> {
20 fn fmt(&self, f: &mut Formatter) -> fmt::Result {

Calls

no outgoing calls