fn next_component_name(data: &[u8]) -> (Option<Component>, &[u8])
Expand description

Parse a single Component from the data. This can either be a wildcard (“?”) or a component made up of characters accepted by allowed_in_quark_name.