Module rustyline::validate [−][src]
Expand description
Input validation API (Multi-line editing)
Structs
Simple matching bracket validator.
Give access to user input.
Enums
Input validation result
Traits
This trait provides an extension interface for determining whether
the current input buffer is valid. Rustyline uses the method
provided by this trait to decide whether hitting the enter key
will end the current editing session and return the current line
buffer to the caller of Editor::readline
or variants.