Macro rustlr::lbget[][src]

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

similar to lbdown, but also extracts the boxed expression, should use for non-copiable LBoxed values.