pub trait UncompressedEncoding
where Self: Sized,
{ type Bytes: ByteArray; // Required method fn to_bytes_uncompressed(&self) -> Self::Bytes; }

Required Associated Types§

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§