Constant TAB

Source
pub const TAB: &str = "\t";
Expand description

A tab character.

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