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