Type Definition dice::DiceResult [] [src]

type DiceResult = (u32, Vec<DieResult>);

The result of rolling a set of same-sized dice.