Trait scryfall::search::param::value::SetTypeValue

source ·
pub trait SetTypeValue: ParamValue { }
Expand description

A value representing a type of Magic set, such as a core set or a duel deck.

SetTypeValue is used as the argument type for set_type() and in_set_type().

This trait is implemented for the SetType enum and all TextValue types.

Implementors§