pub type InputSender = Arc<dyn Fn(&str, &[u8]) -> Result<(), String> + Send + Sync>;
Function type for sending input bytes to a block’s PTY.
pub struct InputSender { /* private fields */ }