Constant EMPTY_STR

Source
pub const EMPTY_STR: &str = "";
Expand description

An empty string.

This constant represents an empty string, which can be used as a default or placeholder value.