pub fn parse(s: &str, opts: Options) -> Result<Part, Error>
Parse s with opts.
s
opts
You can also use the FromStr trait implemented by Query and Part if you don’t care about the Options.
FromStr
Query
Part
Options