Constant coded_chars::characters::BEL
source · pub const BEL: char = '\x07';Expand description
§Bell
BEL is used when there is a need to call for attention; it may control alarm or attention devices.
pub const BEL: char = '\x07';BEL is used when there is a need to call for attention; it may control alarm or attention devices.