pub trait CellReprSize {
const SIZE: usize;
}Expand description
Trait for defining how many cells in a circuit’s table a type would take.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".