Struct foxbox_thinkerbell::ast::Script
[−]
[src]
pub struct Script<Ctx> where Ctx: Context {
pub rules: Vec<Rule<Ctx>>,
pub phantom: PhantomData<Ctx>,
}
A thinkerbell script.
Fields
rules | A set of rules, stating what must be done in which circumstance. |
phantom |