Trait snarkvm_console_program::group::SizeInBits
pub trait SizeInBits {
// Required method
fn size_in_bits() -> usize;
}
Required Methods§
fn size_in_bits() -> usize
fn size_in_bits() -> usize
Returns the size in bits.
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl<N> SizeInBits for ComputeKey<N>where
N: Network,
impl<N> SizeInBits for ComputeKey<N>where N: Network,
source§fn size_in_bits() -> usize
fn size_in_bits() -> usize
Returns the compute key size in bits.