pub type HybridMethodTriple<MC1, Error1, MC2, Error2, MC3, Error3, State, const D: usize> = HybridMethodCouple<HybridMethodCouple<MC1, Error1, MC2, Error2, State, D>, HybridMethodCoupleError<Error1, Error2>, MC3, Error3, State, D>;
Expand description

Combine three methods.