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

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

Required methods

Implementors