[][src]Trait core::find::FindSets

pub trait FindSets {
    fn find_first_set(&self) -> Option<Set>;
fn find_all_sets(&self) -> Vec<Set>;
fn count_sets(&self) -> usize;
fn contains_set(&self) -> bool; }

Convenience wrapper for ForEach<Set>

Required methods

fn find_first_set(&self) -> Option<Set>

fn find_all_sets(&self) -> Vec<Set>

fn count_sets(&self) -> usize

fn contains_set(&self) -> bool

Loading content...

Implementations on Foreign Types

impl FindSets for [Card][src]

Loading content...

Implementors

Loading content...