Type Alias explorer::db::multiverse::Ref

source ·
pub type Ref = Ref<State>;

Aliased Type§

struct Ref {
    hash: Hash,
    state: Arc<State, Global>,
}

Fields§

§hash: Hash§state: Arc<State, Global>