Type Definition dice::DieResult [] [src]

type DieResult = (u32, Option<u32>);

The result of rolling a die.