DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/Track/Effect/mod.rs
1//! Effect creation and routing for `Track`. Two siblings:
2//! `CreateEffectForRequest::Fn` (the central router with one domain
3//! sub-module per file) and `MappedEffectType::MappedEffect` (the typed
4//! result alias). No `pub use` re-exports - callers spell the full path.
5
6pub mod CreateEffectForRequest;
7
8pub mod MappedEffectType;