Module tag
vest_
lib
Module tag
Module Items
Structs
In vest_
lib::
regular
vest_lib
::
regular
Module
tag
Copy item path
Source
Expand description
Tag combinator
Structs
ยง
Tag
Generic tag combinator that matches the input with a given value and discards it e.g.
Tag(U8, 0)
matches the byte
0
;
Tag(Fixed::<3>, &[1, 2, 3])
matches the bytes
[1, 2, 3]
TagPred
tag predicate that matches the input with a given value