macro_rules! render { ($arg:expr) => { ... }; ($style:ident, $value:expr) => { ... }; ($style:ident, $value:expr, $($rest:tt)*) => { ... }; }
Same as show! but returns a string instead of printing it
show!