Struct air_parser::ast::pub_inputs::PublicInput
source · pub struct PublicInput { /* private fields */ }
Expand description
Declaration of a public input for an AIR. Public inputs are represented by a named identifier
which is used to identify a fixed size array of length size
.
Implementations§
Trait Implementations§
source§impl Debug for PublicInput
impl Debug for PublicInput
source§impl PartialEq<PublicInput> for PublicInput
impl PartialEq<PublicInput> for PublicInput
source§fn eq(&self, other: &PublicInput) -> bool
fn eq(&self, other: &PublicInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.