Trait IntoU256

pub trait IntoU256 {
    // Required method
    fn into_u256(self) -> Uint<256, 4>;
}

Required Methods§

fn into_u256(self) -> Uint<256, 4>

Implementors§