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

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