valueOf
Throws an error; valueOf() is not supported for PlainTime.
Parameters
- self:PlainTime
- PlainTime
Source
Implementation
pub fn valueOf(self: PlainTime) !void {
_ = self;
// PlainTime should not be used in arithmetic/comparison operations implicitly
return error.ValueError;
}