Type Definition api::Query [] [src]

type Query<'s> = Vec<(String, String)>;

Type for the URL query.