Skip to main content

EMPTY

Constant EMPTY 

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

Provides a shared empty string slice.

The value has static lifetime and is suitable for default or fallback references. It is identical to the empty string literal.