pub type TimeStampToken = ContentInfo;
Expand description

Time stamp token.

TimeStampToken ::= ContentInfo

Aliased Type§

struct TimeStampToken {
    pub content_type: Oid,
    pub content: Captured,
}

Fields§

§content_type: Oid§content: Captured