InputSender

Type Alias InputSender 

Source
pub type InputSender = Arc<dyn Fn(&str, &[u8]) -> Result<(), String> + Send + Sync>;
Expand description

Function type for sending input bytes to a block’s PTY.

Aliased Type§

pub struct InputSender { /* private fields */ }