from
Parses a PlainTime from a string.
Parameters
- s:[]const u8
- []const u8
Source
Implementation
pub fn from(s: []const u8) !PlainTime {
return fromUtf8(s);
}Parses a PlainTime from a string.
Source
pub fn from(s: []const u8) !PlainTime {
return fromUtf8(s);
}