LZ4VecValue

Trait LZ4VecValue 

Source
pub trait LZ4VecValue
where Self: VecValue + Bytes,
{ }
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.

Implementors§

Source§

impl<T> LZ4VecValue for T
where T: VecValue + Bytes,