usecrate::config::extended::OutputDestination;/// Represents the text selected by the user, along with if it was uppercased
/// and the output destination (Tmux buffer or Clipboard).
pubstructSelection{pubtext: String,
pubuppercased:bool,
puboutput_destination: OutputDestination,
}