[][src]Trait zdex::Zdexed

pub trait Zdexed {
    fn z_index(self) -> Result<Vob>;
}

Trait for implementing z_index() for BitCollections. A blanket implementation is provided for BitCollection<Item=BitU8>.

Required methods

fn z_index(self) -> Result<Vob>

Loading content...

Implementors

impl<T> Zdexed for T where
    T: BitCollection<Item = BitU8> + Copy + Debug
[src]

Loading content...