TRUNCATE

Static TRUNCATE 

Source
pub static TRUNCATE: Lazy<String>
Expand description

Generated from css file. Class content: overflow: hidden; text-overflow: ellipsis; white-space: nowrap;

§Example

html!("div", { .dwclass!("truncate") });