Trait scryfall::search::param::value::LanguageValue

source ·
pub trait LanguageValue: ParamValue { }
Expand description

A parameter that represents a written language that a card is printed in. For a full list of supported languages, refer to the official docs.

LanguageValue is used as an argument to language() and in_language().

This trait is implemented for all TextValue types.

Implementors§