ValueType

Trait ValueType 

Source
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.

Implementations on Foreign Types§

Source§

impl ValueType for i8

Source§

impl ValueType for u8

Implementors§