Expose additional subscription types in advanced
This commit is contained in:
parent
9be509d3b3
commit
8f33575719
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
pub mod subscription {
|
||||
//! Write your own subscriptions.
|
||||
pub use crate::runtime::futures::subscription::{
|
||||
from_recipe, into_recipes, EventStream, Hasher, Recipe,
|
||||
from_recipe, into_recipes, Event, EventStream, Hasher, MacOS,
|
||||
PlatformSpecific, Recipe,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue