webrtc_util::marshal

Trait Unmarshal

Source
pub trait Unmarshal: MarshalSize {
    // Required method
    fn unmarshal<B>(buf: &mut B) -> Result<Self>
       where Self: Sized,
             B: Buf;
}

Required Methods§

Source

fn unmarshal<B>(buf: &mut B) -> Result<Self>
where Self: Sized, B: Buf,

Implementors§