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

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

Trait Implementations§

source§

impl From<SourceChain<DbWrite<DbKindAuthored>, DbWrite<DbKindDht>>> for SourceChainRead

source§

fn from(chain: SourceChain) -> Self

Converts to this type from the input type.