macro_rules! lbdown {
( $x:expr,$t:ty ) => { ... };
}Expand description
macro for downcasting LBox<dyn Any> to LBox<A> for some
concrete type A. Must be called
from within the semantic actions of grammar productions. Warning:
unwrap is called within the macro