Module proptest::prelude::prop [] [src]

Re-exports the entire public API of proptest so that an import of prelude allows simply writing, for example, prop::num::i32::ANY rather than proptest::num::i32::ANY plus a separate use proptest;.

Reexports

pub use test_runner;
pub use strategy;
pub use bool;
pub use num;
pub use bits;
pub use tuple;
pub use array;
pub use collection;
pub use char;
pub use string;
pub use option;
pub use result;
pub use sample;