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