sequence
Function parameters
Parameters
- self:*Decoder
Expect a value.
Functions
Source
Implementation
pub fn sequence(self: *Decoder) !Element {
return try self.element(ExpectedTag.init(.sequence, true, .universal));
}Function parameters
Expect a value.
Source
pub fn sequence(self: *Decoder) !Element {
return try self.element(ExpectedTag.init(.sequence, true, .universal));
}