Skip to main content

parse_custom

Function parse_custom 

Source
pub fn parse_custom(value: &str) -> Option<&str>
Expand description

Parse a custom:Value string. Returns Some(value) if the prefix is present and the value is within length limits, None otherwise.