referrerpolicy=no-referrer-when-downgrade

Function polkadot_node_subsystem::gen::futures::prelude::stream::empty

pub fn empty<T>() -> Empty<T>
Expand description

Creates a stream which contains no elements.

The returned stream will always return Ready(None) when polled.