1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//! # Parameters (syntax side)
//!
//! The per-parameter lens contract ([`VcardParamLens`](lens::VcardParamLens))
//! and one hand-written module per RFC 6350 parameter, tying a wire name to its
//! decoded shape; the markers are the type-level keys for
//! [`VcardLine::param`](crate::tree::line::VcardLine::param). The raw
//! [`VcardParamNode`](node::VcardParamNode) they read and write is defined
//! alongside.
use crateVcardParamKind;
/// The default parameters a property may carry, used by the spec for the
/// uniform majority. Per-property sets refine this where a property allows more
/// or fewer.
pub const COMMON_PARAMS: & = &;