render

Macro render 

Source
macro_rules! render {
    ($arg:expr) => { ... };
    ($style:ident, $value:expr) => { ... };
    ($style:ident, $value:expr, $($rest:tt)*) => { ... };
}
Expand description

Same as show! but returns a string instead of printing it