pub trait SizeInBytes {
    fn size_in_bytes() -> usize;
}

Required Methods§

Returns the size in bytes.

Implementations on Foreign Types§

Returns the field size in bytes.

Returns the boolean size in bytes.

Returns the group size in bytes.

Returns the scalar size in bytes.

Returns the integer size in bytes.

Implementors§