Function sequence [src]

Prototype

pub fn sequence(self: *Decoder) !Element

Parameters

self: *Decoder

Source

pub fn sequence(self: *Decoder) !Element { return try self.element(ExpectedTag.init(.sequence, true, .universal)); }