Crate gacha_traits

Source
Expand description

§Gacha Traits

This crate defines a set of traits which describe the functionality of gacha systems.

Traits§

GachaPool
A trait that defines the functionality of a gacha pool.
GachaRarity
Marker trait for gacha rarities.
GachaResult
A trait that defines the functionality of a gacha result.

Type Aliases§

Result
Result<T, Error>