/// Marker trait for different poker hand types (three-card vs five-card).
///
/// Note that this trait is not intended to be implemented by users of this
/// library.
/// Marker type for five-card poker hands.
;
/// Marker type for three-card poker hands.
;