[][src]Module sailfish::runtime::filter

Build-in filters

Structs

Debug
Display
Lower
Trim
Upper

Functions

dbg

render using std::fmt::Debug trait

disp

render using std::fmt::Display trait

lower

convert the rendered contents to lowercase

trim

convert the rendered contents to lowercase

upper

convert the rendered contents to uppercase