[][src]Trait handshake_encoding::Decodable

pub trait Decodable where
    Self: Sized
{ type Err; fn decode(buffer: &mut Buffer) -> Result<Self, Self::Err>; }

Associated Types

type Err

Loading content...

Required methods

fn decode(buffer: &mut Buffer) -> Result<Self, Self::Err>

Loading content...

Implementors

Loading content...