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