Docs.rs
prop-check-rs-0.0.558
prop-check-rs 0.0.558
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
j5ik2o
Dependencies
anyhow ^1.0.82
normal
bigdecimal ^0.4.3
normal
iso-4217 ^0.1
normal
itertools ^0.12.1
normal
log ^0.4.21
normal
num-bigint ^0.4
normal
once_cell ^1.19.0
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
ctor ^0.2.8
dev
env_logger ^0.11.3
dev
Versions
86.03%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
prop_check_rs
0.0.558
One
Required Methods
one
Implementations on Foreign Types
bool
char
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Object Safety
Implementors
In prop_check_rs::gen::one
?
Settings
Trait
prop_check_rs
::
gen
::
one
::
One
Copy item path
source
·
[
−
]
pub trait One
where Self:
Sized
,
{ // Required method fn
one
() ->
Gen
<Self>; }
Required Methods
§
source
fn
one
() ->
Gen
<Self>
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
One
for
bool
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
char
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
f32
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
f64
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
i8
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
i16
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
i32
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
i64
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
u8
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
u16
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
u32
source
§
fn
one
() ->
Gen
<Self>
source
§
impl
One
for
u64
source
§
fn
one
() ->
Gen
<Self>
Implementors
§