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