pub fn once<T>(item: T) -> OnceStream<T>
Expand description

Returns a stream which produces a single value, and then is closed.