pub trait CoreRules {
    fn core_rules(&self) -> u64;
}
Expand description

Implemented by logical systems to define core rules.

Required Methods

The core rules of the logical system.

Implementations on Foreign Types

Implementors