Struct pbcodec::wire::types::LengthDelimited [] [src]

pub struct LengthDelimited<T>(pub T);

Trait Implementations

impl<R, T> Decode<R> for LengthDelimited<T> where
    R: Read,
    T: Decode<Take<R>>, 
[src]

[src]

[src]

[src]

impl<W, T> Encode<W> for LengthDelimited<T> where
    W: Write,
    T: Encode<W>, 
[src]

[src]

[src]

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

[src]

Performs the conversion.

impl<T: Debug> Debug for LengthDelimited<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T> From<T> for LengthDelimited<T>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<T> Send for LengthDelimited<T> where
    T: Send

impl<T> Sync for LengthDelimited<T> where
    T: Sync