Enum tor_netdoc::AllowAnnotations
source · [−]pub enum AllowAnnotations {
AnnotationsAllowed,
AnnotationsNotAllowed,
}
Expand description
Indicates whether we should parse an annotated list of objects or a non-annotated list.
Variants
AnnotationsAllowed
Parsing a document where items might be annotated.
Annotations are a list of zero or more items with keywords beginning with @ that precede the items that are actually part of the document.
AnnotationsNotAllowed
Parsing a document where annotations are not allowed.