Skip to main content

MaybeCompact

Trait MaybeCompact 

Source
pub trait MaybeCompact { }
Available on non-crate feature reth-codec only.
Expand description

Noop. Helper trait that would require database encoding implementation if reth-codec feature were enabled.

Implementors§

Source§

impl<T> MaybeCompact for T