Function toExpected [src]
Prototype
pub fn toExpected(self: Tag) ExpectedTag
Parameters
self: Tag
Source
pub fn toExpected(self: Tag) ExpectedTag {
return ExpectedTag{
.number = self.number,
.constructed = self.constructed,
.class = self.class,
};
}