pub trait BooleanBufferExt {
// Required method
fn shrink_offset(self) -> Self;
}
Required Methods§
Sourcefn shrink_offset(self) -> Self
fn shrink_offset(self) -> Self
Slice any full bytes from the buffer, leaving the offset < 8.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.