Trait webrtc_util::marshal::Marshal[][src]

pub trait Marshal: MarshalSize {
    fn marshal_to<B>(&self, buf: &mut B) -> Result<usize>
    where
        B: BufMut
; fn marshal(&self) -> Result<Bytes> { ... } }

Required methods

Provided methods

Implementors