Struct bit_manager::data::DefaultConverter [] [src]

pub struct DefaultConverter;

Redirects to BitStore

Trait Implementations

impl BitStore for DefaultConverter
[src]

[src]

Reads a value from the given reader.

[src]

Writes this value to the given writer.

impl<T: BitStore> BitConvert<T> for DefaultConverter
[src]

[src]

Reads a value from the given reader.

[src]

Writes this value to the given writer.