cgp-dispatch 0.5.0-alpha

Extensible data type dispatchers for CGP handlers
Documentation
1
2
3
4
use cgp_monad::monadic::ok::OkMonadic;
use cgp_monad::providers::PipeMonadic;

pub type DispatchMatchers<Providers> = PipeMonadic<OkMonadic, Providers>;