[][src]Trait core::find::FindSuperSets

pub trait FindSuperSets {
    fn find_first_superset(&self) -> Option<SuperSet>;
fn find_all_supersets(&self) -> Vec<SuperSet>;
fn count_supersets(&self) -> usize;
fn contains_superset(&self) -> bool; }

Convenience wrapper for ForEach<SuperSet>

Required methods

Loading content...

Implementations on Foreign Types

impl FindSuperSets for [Card][src]

Loading content...

Implementors

Loading content...