Expose from_recipe and into_recipes in advanced::subscription

This commit is contained in:
Héctor Ramón Jiménez 2024-07-05 02:22:56 +02:00
parent 0cf096273a
commit c9e0ed7ca4
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -14,6 +14,6 @@ pub use crate::renderer::graphics;
pub mod subscription {
//! Write your own subscriptions.
pub use crate::runtime::futures::subscription::{
EventStream, Hasher, Recipe,
from_recipe, into_recipes, EventStream, Hasher, Recipe,
};
}