pub type SMapped<I, O> = Map<StrategyFor<I>, fn(_: I) -> O>;
A static map from a strategy of I to O.
I
O
This is provided to make documentation more readable. Do not rely on it existing in your own code.