Trait texlang_common::HasTerminalIn
source · pub trait HasTerminalIn {
// Provided method
fn terminal_in(&self) -> Rc<RefCell<dyn TerminalIn>> { ... }
}
Expand description
Implementations of this trait can provide access to an input terminal.
This trait is intended to be implemented by the state and used as a trait
bound in Texlang primitives like \read
that require an input terminal.