iced_runtime::task

Function into_stream

Source
pub fn into_stream<T>(task: Task<T>) -> Option<BoxStream<Action<T>>>
Expand description

Returns the underlying [Stream] of the Task.