Module esr::ast::node

source ·

Structs

Node is a specialized Cell that holds a reference to T instead of T. Node has defined lifetime and implements Defer<Target = T> for convenience.