Struct fir::node::CloseDecisionNode[][src]

pub struct CloseDecisionNode<T> {
    pub condition: fn(_: T) -> (T, bool),
    pub if_true: Tree<T>,
    pub if_false: Tree<T>,
}

Fields

Methods

impl<T> CloseDecisionNode<T>
[src]

Auto Trait Implementations

impl<T> Send for CloseDecisionNode<T>

impl<T> Sync for CloseDecisionNode<T>