[][src]Module rustyline::validate

Input validation API (Multi-line editing)

Structs

MatchingBracketValidator

Simple matching bracket validator.

ValidationContext

Give access to user input.

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 Editor::readline or variants.