Trait lambdaworks_math::traits::AsBytes
source · pub trait AsBytes {
// Required method
fn as_bytes(&self) -> Vec<u8>;
}
Expand description
Serialize function without args Used for serialization when formatting options are not relevant