[][src]Trait set_encoding::WriteSet

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl<'_, '_> WriteSet for &'_ mut BitWrite<'_>[src]

Loading content...

Implementors

Loading content...