Skip to main content

parse_partition_segment

Function parse_partition_segment 

Source
pub fn parse_partition_segment(component: &str) -> Option<PartitionSegment>
Expand description

Parse a single path component as key=value.

Returns None if there is no =, either side is empty, or the string is malformed.