[][src]Trait tbe::Tbe

pub trait Tbe: UInt + Base2 {
    fn tbe(self) -> TbeStruct<Self> { ... }
}

Provided methods

fn tbe(self) -> TbeStruct<Self>

Loading content...

Implementors

impl<T: UInt + Base2> Tbe for T[src]

fn tbe(self) -> TbeStruct<Self>[src]

Loading content...