[][src]Trait set_encoding::WriteSet

pub trait WriteSet {
    fn ordered_set_write<S: OrderedSet>(&mut self, s: &S) -> Result<()>;
}

Required methods

fn ordered_set_write<S: OrderedSet>(&mut self, s: &S) -> Result<()>

Loading content...

Implementations on Foreign Types

impl<'_> WriteSet for BitWrite<'_>[src]

Loading content...

Implementors

Loading content...