Skip to main content

RollTreeNode

Type Alias RollTreeNode 

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

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

Aliased Type§

pub enum RollTreeNode {}

Implementations§

Source§

impl RollTreeNode

Source

pub fn value(&self) -> i64

Get rolling result value

Trait Implementations§

Source§

impl Display for RollTreeNode

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more