pub struct Query { /* private fields */ }
Expand description
A query.
This is just a root Part
.
Use parse
to create one.
You can also use the std::str::FromStr
implementation.
pub struct Query { /* private fields */ }
A query.
This is just a root Part
.
Use parse
to create one.
You can also use the std::str::FromStr
implementation.