[][src]Trait iota_ternary_preview::bigint::common::BinaryRepresentation

pub trait BinaryRepresentation: Sealed + Clone {
    type T;
    fn iter(&self) -> Iter<Self::T>;
}

Associated Types

type T

Loading content...

Required methods

fn iter(&self) -> Iter<Self::T>

Loading content...

Implementors

impl BinaryRepresentation for U32Repr[src]

type T = u32

impl BinaryRepresentation for U8Repr[src]

type T = u8

Loading content...