reactive_mutiny/prelude/
mod.rs

1//! Set of re-exported types & aliases to allow clients to use this lib.\
2//! See also [advanced] for advanced/flexible type aliases.
3
4mod prelude;
5pub use prelude::*;
6
7pub mod advanced;