Docs.rs
dice-roll-0.1.1
dice-roll 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
RobinMarchart
Dependencies
log ^0.4.14
normal
optional
nom ^6.1.2
normal
optional
rand ^0.8.3
normal
optional
serde ^1.0.124
normal
optional
Versions
0%
of the crate is documented
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
DiceLimits
dice_
roll
0.1.1
Dice
Limits
Required Methods
max
min
Implementors
In dice_
roll::
limits
dice_roll
::
limits
Trait
Dice
Limits
Copy item path
Source
pub trait DiceLimits { // Required methods fn
min
(&self) ->
i64
;
fn
max
(&self) ->
i64
; }
Required Methods
§
Source
fn
min
(&self) ->
i64
Source
fn
max
(&self) ->
i64
Implementors
§
Source
§
impl
DiceLimits
for
DiceType
Source
§
impl
DiceLimits
for
FilteredDice
Source
§
impl
DiceLimits
for
SelectedDice
Source
§
impl
DiceLimits
for
Dice