Function cosmic::iced_runtime::task::into_stream

source ยท
pub fn into_stream<T>(
    task: Task<T>,
) -> Option<Pin<Box<dyn Stream<Item = Action<T>> + Send>>>
Expand description

Returns the underlying Stream of the Task.