Constant QUERY_START_WITH

Source
pub const QUERY_START_WITH: &str = "?";
Expand description

Query

fn my_path(Query(path): Query<MyStruct>) { }