Trait webrtc_util::marshal::exact_size_buf::ExactSizeBuf
source · pub trait ExactSizeBuf {
// Required method
fn len(&self) -> usize;
// Provided method
fn is_empty(&self) -> bool { ... }
}
Expand description
A trait for buffers that know their exact length.