Trait snarkvm_console_algorithms::group::SizeInBytes
source · pub trait SizeInBytes {
// Required method
fn size_in_bytes() -> usize;
}
Required Methods§
sourcefn size_in_bytes() -> usize
fn size_in_bytes() -> usize
Returns the size in bytes.
Object Safety§
This trait is not object safe.