1 2 3 4 5 6
/// Gets the width of the current terminal. /// # Returns /// Returns a Option<u16>. pub fn get_terminal_width() -> Option<u16> { return None; }