Trait snarkvm_circuit_environment::traits::from::FromBoolean
source · pub trait FromBoolean {
type Boolean: BooleanTrait;
// Required method
fn from_boolean(boolean: &Self::Boolean) -> Self
where Self: Sized;
}
Expand description
Unary operator for instantiating from a boolean.