Trait mcircuit::WireValue[][src]

pub trait WireValue: Copy + PartialEq + Debug + Serialize {
    fn is_zero(&self) -> bool;
fn to_le_bytes(&self) -> [u8; 8]; }

Required methods

Implementations on Foreign Types

Implementors