pub fn parse_field_ref(name: &str) -> Option<FieldRef>Expand description
Split a channel name into a FieldRef on its last ..
Returns None for names that cannot be an IOC field reference: no dot,
empty base or field, or a field part that is not all ASCII
uppercase/digits (record field names are uppercase by convention, so
a.record.like.this is never misclaimed).