std › crypto › codecs › asn1 › der › Decoder › viewviewView of element bytes. Function parametersParameters#self:Decoderelem:Element Expect a value.Functions#any Expect a value.sequenceelementview View of element bytes.SourceImplementation#pub fn view(self: Decoder, elem: Element) []const u8 { return elem.slice.view(self.bytes); }