Skip to main content

CardTypeView

Type Alias CardTypeView 

Source
pub type CardTypeView = CardTypeLine;

Aliased Type§

pub struct CardTypeView {
    pub supertypes: BTreeSet<Supertype>,
    pub core_types: BTreeSet<CoreType>,
    pub subtypes: Vec<String>,
}

Fields§

§supertypes: BTreeSet<Supertype>§core_types: BTreeSet<CoreType>§subtypes: Vec<String>