Trait snarkvm_console_program::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.
Implementations on Foreign Types§
source§impl<E, I> SizeInBytes for Integer<E, I>where
E: Environment,
I: IntegerType,
impl<E, I> SizeInBytes for Integer<E, I>where E: Environment, I: IntegerType,
source§fn size_in_bytes() -> usize
fn size_in_bytes() -> usize
Returns the integer size in bytes.