fn is_track_namespace_value(bytes: &[u8]) -> boolExpand description
Whether bytes is exactly the wire form of a Track Namespace, with
nothing after it. The same reasoning as is_location_value: the value
goes out verbatim, so it has to be something this draft can read back.