Skip to main content

cgp_dispatch/providers/dispatchers/
dispatch_matchers.rs

1use cgp_monad::monadic::ok::OkMonadic;
2use cgp_monad::providers::PipeMonadic;
3
4pub type DispatchMatchers<Providers> = PipeMonadic<OkMonadic, Providers>;