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

Start a tagged value.

Tagged values may be used as enum variants.