pub type TypeCondition = TypeCondition<'static, String>;

Aliased Type§

enum TypeCondition {
    On(String),
}

Variants§