[][src]Type Definition minitt::syntax::Branch

type Branch = BTreeMap<String, Box<Expression>>;

Pattern matching branch.