pub trait ValueType: Sealed { }Expand description
Marker trait for valid buffer value types (i8 and u8)
This trait ensures type safety while allowing the buffer to work with both signed and unsigned byte types, which are equivalent for raw memory operations.