Trait webrtc_util::marshal::Marshal
source · [−]pub trait Marshal: MarshalSize {
fn marshal_to(&self, buf: &mut [u8]) -> Result<usize>;
fn marshal(&self) -> Result<Bytes> { ... }
}
pub trait Marshal: MarshalSize {
fn marshal_to(&self, buf: &mut [u8]) -> Result<usize>;
fn marshal(&self) -> Result<Bytes> { ... }
}