Skip to main content

UniverseRule

Trait UniverseRule 

Source
pub trait UniverseRule<Split: SplitStrategy>: CheckerRule {
    // Required methods
    fn applicable(&self, term: &Term) -> bool;
    fn apply<'t>(
        &self,
        checker: CheckRef<'t, '_, Split>,
        term: &'t Term,
    ) -> Option<bool>;
}

Required Methods§

Source

fn applicable(&self, term: &Term) -> bool

Source

fn apply<'t>( &self, checker: CheckRef<'t, '_, Split>, term: &'t Term, ) -> Option<bool>

Implementors§