Constant SPACE

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

A single space character.

This constant is used to represent a space character in string or byte operations.