[]Function askama_actix::shared::filters::capitalize

pub fn capitalize(s: &dyn Display) -> Result<String, Error>

Capitalize a value. The first character will be uppercase, all others lowercase.