Module rustyline::validate [−][src]
Input validation API (Multi-line editing)
Structs
| MatchingBracketValidator | Simple matching bracket validator. |
| ValidationContext |
Enums
| ValidationResult | Input validation result |
Traits
| Validator | 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 |