pub fn into_recipes<T>(
subscription: Subscription<T>,
) -> Vec<Box<dyn Recipe<Output = T>>>
Available on crate feature
advanced
only.Expand description
Returns the different recipes of the Subscription
.
pub fn into_recipes<T>(
subscription: Subscription<T>,
) -> Vec<Box<dyn Recipe<Output = T>>>
advanced
only.Returns the different recipes of the Subscription
.