pub type PQLCard = Card;Aliased Type§
pub struct PQLCard {
pub r: Rank,
pub s: Suit,
}Fields§
§r: Rank§s: SuitTrait Implementations§
Source§impl TryFrom<VmStackValue> for PQLCard
impl TryFrom<VmStackValue> for PQLCard
Source§type Error = TryIntoError<VmStackValue>
type Error = TryIntoError<VmStackValue>
The type returned in the event of a conversion error.