pub type TurnInputSender = UnboundedSender<String>;
pub struct TurnInputSender { /* private fields */ }