Macro astro_rs::return_box
source · [−]macro_rules! return_box {
($result: expr) => { ... };
}Expand description
Creates a box of the given value and casts it to an implicit return type.
macro_rules! return_box {
($result: expr) => { ... };
}Creates a box of the given value and casts it to an implicit return type.