pub trait LZ4VecValue{ }Expand description
Value trait for LZ4Vec. Extends VecValue with Bytes trait for byte serialization.
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.