[][src]Trait leo_compiler::value::integer::macros::IntegerTrait

pub trait IntegerTrait: Sized + Clone + Debug {
    fn get_value(&self) -> Option<String>;
fn get_bits(&self) -> Vec<Boolean>; }

Required methods

fn get_value(&self) -> Option<String>

fn get_bits(&self) -> Vec<Boolean>

Loading content...

Implementations on Foreign Types

impl IntegerTrait for UInt8[src]

impl IntegerTrait for UInt16[src]

impl IntegerTrait for UInt32[src]

impl IntegerTrait for UInt64[src]

impl IntegerTrait for UInt128[src]

impl IntegerTrait for Int8[src]

impl IntegerTrait for Int16[src]

impl IntegerTrait for Int32[src]

impl IntegerTrait for Int64[src]

impl IntegerTrait for Int128[src]

Loading content...

Implementors

Loading content...