Struct extra::ebml::TaggedDoc

pub struct TaggedDoc {
    tag: uint,
    doc: Doc,
}