Trait texlang_common::TerminalIn
source · pub trait TerminalIn {
// Required method
fn read_line(
&mut self,
prompt: Option<&str>,
buffer: &mut String
) -> Result<()>;
}
Expand description
Input operations from the terminal.