pub trait NumInputs {
// Required method
fn num_inputs(&self) -> usize;
}Expand description
Define the number of function arguments.
Required Methods§
Sourcefn num_inputs(&self) -> usize
fn num_inputs(&self) -> usize
Get the number of inputs of the boolean function.