[][src]Type Definition un_algebra::tests::arbitrary::SMapped

type SMapped<I, O> = Map<<I as Arbitrary>::Strategy, fn(I) -> O>;

A static map from a strategy of I to O.

Stability

This is provided to make documentation more readable. Do not rely on it existing in your own code.