Skip to main content

constructed_tag

Function constructed_tag 

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

Return the constructed form of a tag identity.