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