[][src]Trait set_encoding::ReadSet

pub trait ReadSet {
    fn ordered_set_read<C: CreateOrderedSet>(&mut self, c: C) -> Result<C::S>;
}

Required methods

fn ordered_set_read<C: CreateOrderedSet>(&mut self, c: C) -> Result<C::S>

Loading content...

Implementations on Foreign Types

impl<'_> ReadSet for BitRead<'_>[src]

Loading content...

Implementors

Loading content...