Trait zenoh_protocol::io::traits::buffer::BoundedBuffer
source · pub trait BoundedBuffer {
fn remaining_capacity(&self) -> usize;
}Required Methods§
sourcefn remaining_capacity(&self) -> usize
fn remaining_capacity(&self) -> usize
Indicates how many bytes can still be written to the buffer before it may reject further writes.