referrerpolicy=no-referrer-when-downgrade
pub type SubstrateFinalityProofsStream<P> = Pin<Box<dyn Stream<Item = SubstrateFinalityProof<P>> + Send>>;
Expand description

Substrate finality proofs stream.

Aliased Type§

struct SubstrateFinalityProofsStream<P> {}