[][src]Function sailfish::runtime::filter::dbg

pub fn dbg<T: Debug>(expr: &T) -> Debug<'_, T>

render using std::fmt::Debug trait

Examples

The following examples produce exactly same results, but former is a bit faster

table content: <%= table | dbg %>
table content: <%= format!("{:?}", table); %>