pub fn parse_custom_format(s: &str) -> Result<CustomFormat, String>Expand description
Parse a custom format from a string, with helpful error messages.
pub fn parse_custom_format(s: &str) -> Result<CustomFormat, String>Parse a custom format from a string, with helpful error messages.