pub type SourceChainRead = SourceChain<DbRead<DbKindAuthored>, DbRead<DbKindDht>>;
Expand description

A source chain with read only access to the underlying databases.

Aliased Type§

struct SourceChainRead { /* private fields */ }

Trait Implementations§

source§

impl From<SourceChain> for SourceChainRead

source§

fn from(chain: SourceChain) -> Self

Converts to this type from the input type.