referrerpolicy=no-referrer-when-downgrade

Type Alias SubstrateFinalityProofsStream

Source
pub type SubstrateFinalityProofsStream<P> = Pin<Box<dyn Stream<Item = SubstrateFinalityProof<P>> + Send>>;
Expand description

Substrate finality proofs stream.

Aliased Type§

struct SubstrateFinalityProofsStream<P> { /* private fields */ }