Trait StateDelta

Source
pub trait StateDelta:
    Debug
    + PartialEq
    + Eq
    + Send
    + Sync
    + Serialize
    + for<'a> Deserialize<'a> { }
Expand description

Application-specific state delta, which will be used to store a list of merkle tree entries.

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§