curs::Param [] [src]

type Param<'a> = (&'a str, &'a str);

And each param is just a &str tuple.