pub fn record_tuple_value_end<'sval>(
    stream: &mut (impl Stream<'sval> + ?Sized),
    tag: Option<&Tag>,
    label: &Label<'_>,
    index: &Index
) -> Result
Expand description

Complete a field in a type that may be treated as either a record or a tuple.