Struct fir::node::ActionNode[][src]

pub struct ActionNode<T> {
    pub next: Tree<T>,
    pub f: fn(_: T) -> T,
}

Fields

Methods

impl<T> ActionNode<T>
[src]

Auto Trait Implementations

impl<T> Send for ActionNode<T>

impl<T> Sync for ActionNode<T>