Trait scryfall::search::param::value::CubeValue

source ·
pub trait CubeValue: ParamValue { }
Expand description

A value representing a draft cube from MTGO, such as the Vintage Cube.

CubeValue is used as the value type for cube().

This trait is implemented for String and &str.

Implementors§