pub type Hand = Pile<HandType>;
A hand is the set of cards a player holds privately during play. 6 cards dealt then 4 after discarding to the crib.
pub struct Hand { /* private fields */ }