pub type SubstrateFinalityProofsStream<P> = Pin<Box<dyn Stream<Item = SubstrateFinalityProof<P>> + Send>>;
Substrate finality proofs stream.
struct SubstrateFinalityProofsStream<P> { /* private fields */ }