Function cosmic::iced_runtime::futures::subscription::into_recipes
source ยท pub fn into_recipes<T>(
subscription: Subscription<T>,
) -> Vec<Box<dyn Recipe<Output = T>>>
Expand description
Returns the different recipes of the Subscription
.