Skip to content

Commit

Permalink
Expose additional subscription types in advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 30, 2024
1 parent 9be509d commit 8f33575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/advanced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
}

Expand Down

0 comments on commit 8f33575

Please sign in to comment.