Trait scryfall::search::param::value::GameValue

source ·
pub trait GameValue: ParamValue { }
Expand description

A parameter that specifies a game that the card appears in.

GameValue is the argument type for game() and in_game().

This trait is implemented for the Game enum, and for all TextValue types, such as String and &str.

Implementors§