Expand description
§Gacha Traits
This crate defines a set of traits which describe the functionality of gacha systems.
Traits§
- Gacha
Pool - A trait that defines the functionality of a gacha pool.
- Gacha
Rarity - Marker trait for gacha rarities.
- Gacha
Result - A trait that defines the functionality of a gacha result.
Type Aliases§
- Result
Result<T, Error>