Struct bincode::DecoderReader
[−]
[src]
pub struct DecoderReader<'a, R: 'a> {
// some fields omitted
}A Decoder that reads bytes from a buffer.
This struct should rarely be used.
In most cases, prefer the decode_from function.