Skip to main content

EocFmt

Type Alias EocFmt 

Source
pub type EocFmt = Pair<Const<TagFmt, Tag>, Const<U8, u8>>;
Expand description

Exact BER end-of-contents marker: the universal primitive EOC tag followed by a zero length octet (00 00).

Aliased Type§

pub struct EocFmt(pub Const<TagFmt, Tag>, pub Const<U8, u8>);

Tuple Fields§

§0: Const<TagFmt, Tag>§1: Const<U8, u8>