Type Alias KnowledgeBase

Source
pub type KnowledgeBase = HashMap<String, Vec<Rule>>;

Aliased Typeยง

pub struct KnowledgeBase { /* private fields */ }