Type Definition gurgle::roll::RollTreeNode[][src]

pub type RollTreeNode = BinaryTreeNode<ItemRoll, Operator, AtomicPtr<i64>>;
Expand description

Rolling result tree node, can be a leaf or a sub tree

Trait Implementations

Formats the value using the given formatter. Read more