Module rpick::ui

source · []
Expand description

The Ui Trait

The Ui Trait defines an interface for bridging human interactions with the rpick crate.

Structs

Represents a row in the Table struct.

rpick uses this to send a chance table to the user.

Enums

An individual cell within rpick’s chance tables.

Traits

A struct implementing this trait must be passed to the rpick engine.