pub fn parse_key_sequence_readline_binding(
input: &str,
) -> Result<KeySequenceReadlineBinding, BindingParseError>Expand description
Parses a binding specification that maps a key sequence to a readline target.
ยงArguments
input- The input string to parse