Expose from_recipe and into_recipes in advanced::subscription
This commit is contained in:
parent
0cf096273a
commit
c9e0ed7ca4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ pub use crate::renderer::graphics;
|
||||||
pub mod subscription {
|
pub mod subscription {
|
||||||
//! Write your own subscriptions.
|
//! Write your own subscriptions.
|
||||||
pub use crate::runtime::futures::subscription::{
|
pub use crate::runtime::futures::subscription::{
|
||||||
EventStream, Hasher, Recipe,
|
from_recipe, into_recipes, EventStream, Hasher, Recipe,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue