Trait reth_db::table::Value

pub trait Value:
    Compress
    + Decompress
    + Serialize { }
Expand description

Generic trait that enforces the database value to implement Compress and Decompress.

Object Safety§

This trait is not object safe.

Implementors§

§

impl<T> Value for T