Type Alias PQLCard

Source
pub type PQLCard = Card;

Aliased Type§

pub struct PQLCard {
    pub r: Rank,
    pub s: Suit,
}

Fields§

§r: Rank§s: Suit

Trait Implementations§

Source§

impl TryFrom<VmStackValue> for PQLCard

Source§

type Error = TryIntoError<VmStackValue>

The type returned in the event of a conversion error.
Source§

fn try_from(value: VmStackValue) -> Result<Self, Self::Error>

Performs the conversion.