Expand description
Module contains a list of helpers for work with display.
Functionsยง
- bool
- A function which is usefull in conjuntion with
#[tabled(display)]
and#[tabled(display)]
. - debug
- A function which is usefull in conjuntion with
#[tabled(display)]
and#[tabled(display)]
. - empty
- A function which is usefull in conjuntion with
#[tabled(display)]
and#[tabled(display)]
. - option
- A function which is usefull in conjuntion with
#[tabled(display)]
and#[tabled(display)]
. - truncate
- A function which truncates value to the given width.
- wrap
- A function which wraps value to the given width.