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