Skip to main content

Module node

Module node 

Source
Available on crate feature parser only.
Expand description

§Parameter node

The raw, byte-faithful parameter on the syntax side.

VcardParamNode is the syntactic peer of the decoded VcardParam: a name leaf and its raw value leaves, parsed from and serialized back to the wire verbatim. The per-name lens markers that give it meaning live alongside in crate::tree::param.

Structs§

VcardParamNode
One raw parameter: a name and its ,-separated raw values (empty when the parameter has no = list). The syntactic peer of the decoded VcardParam.