pub(crate) fn on_key(
key_event: &Event,
input: &mut TokenSlice<'_, Event>,
source: Source<'_>,
errors: &mut dyn ErrorSink,
) -> (Vec<Key>, Option<Key>)Expand description
key = simple-key / dotted-key
dotted-key = simple-key 1*( dot-sep simple-key )