Trait webrtc_util::marshal::Unmarshal[][src]

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

Required methods

Implementors