Trait hotshot_types::traits::states::InstanceState

source ·
pub trait InstanceState:
    Debug
    + Clone
    + Send
    + Sync { }
Expand description

Instance-level state, which allows us to fetch missing validated state.

Object Safety§

This trait is not object safe.

Implementors§