Struct pbcodec::types::Bytes [] [src]

pub struct Bytes(pub Vec<u8>);

Trait Implementations

impl<R: Read> Decode<R> for Bytes
[src]

impl<W: Write> Encode<W> for Bytes
[src]

impl Debug for Bytes
[src]

Formats the value using the given formatter.

impl Default for Bytes
[src]

Returns the "default value" for a type. Read more

impl FieldType for Bytes
[src]

impl From<Vec<u8>> for Bytes
[src]

Performs the conversion.

impl From<LengthDelimited<Vec<u8>>> for Bytes
[src]

Performs the conversion.