pub trait CapturerBuffer {
// Required methods
fn as_bytes(&self) -> &[u8] ⓘ;
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ;
}
Expand description
Provides a buffer for the capturer to store the captured frame.
pub trait CapturerBuffer {
// Required methods
fn as_bytes(&self) -> &[u8] ⓘ;
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ;
}
Provides a buffer for the capturer to store the captured frame.