pub trait ArxInput {
type Output;
// Required methods
fn is_plaintext(&self) -> bool;
fn mock_eval(&self) -> Self::Output;
}Expand description
pub trait but meant to be closed.
Required Associated Types§
Required Methods§
Sourcefn is_plaintext(&self) -> bool
fn is_plaintext(&self) -> bool
Whether this MxeInput is plaintext.