[][src]Type Definition klondike_lib::model::area::foundation::UnselectedFoundation

type UnselectedFoundation = Foundation<()>;

A foundation area in Klondike that is currently unselected.

Implementations

impl UnselectedFoundation[src]

pub fn create(
    suit: Suit,
    cards: Vec<Card>,
    settings: &GameSettings
) -> Box<dyn UnselectedArea>
[src]

Trait Implementations

impl<'a> Area for UnselectedFoundation[src]

impl UnselectedArea for UnselectedFoundation[src]