Skip to main content

primitive_tag

Function primitive_tag 

Source
pub exec fn primitive_tag(tag: Tag) -> Tag
Expand description
returns
(Tag {
    class: tag.class,
    constructed: false,
    number: tag.number,
}),

Return the primitive form of a tag identity.