You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window.SIDEBAR_ITEMS = {"fn":[["empty_shrinker","Creates a shrinker with zero elements."],["quickcheck","Convenience function for running QuickCheck."],["single_shrinker","Creates a shrinker with a single element."]],"macro":[["quickcheck","A macro for writing quickcheck tests."]],"struct":[["Gen","Gen represents a PRNG."],["QuickCheck","The main QuickCheck type for setting configuration and running QuickCheck."],["TestResult","Describes the status of a single instance of a test."]],"trait":[["Arbitrary","`Arbitrary` describes types whose values can be randomly generated and shrunk."],["Testable","`Testable` describes types (e.g., a function) whose values can be tested."]]};