Skip to main content

ArxInput

Trait ArxInput 

Source
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§

Source

fn is_plaintext(&self) -> bool

Whether this MxeInput is plaintext.

Source

fn mock_eval(&self) -> Self::Output

The mock value of this MxeInput.

Implementors§