Macro rustlr::lbdown[][src]

macro_rules! lbdown {
    ($x : expr, $t : ty) => { ... };
}
Expand description

macro for downcasting LBox<dyn Any> to a concrete type. Must be called from within the semantic actions of grammar productions. Warning: unwrap is called within the macro