pub fn into_stream<T>(task: Task<T>) -> Option<BoxStream<Action<T>>>
Returns the underlying [Stream] of the Task.
Stream
Task