SPACE

Constant SPACE 

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

A single space character.

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