pub fn into_stream<T>( task: Task<T>, ) -> Option<Pin<Box<dyn Stream<Item = Action<T>> + Send>>>
Returns the underlying Stream of the Task.
Stream
Task