pub fn mode() -> Mode
Creates a new Mode sequence to set or reset devices modes.
use coded_chars::control::mode::mode; // Sets the DCSM mode to PRESENTATION and the HEM mode to FOLLOWING. mode().device_component_select().character_editing().set().exec();