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