macro_rules! get_arg {
    ($request:ident, $arg_type:ty, $idx:literal) => { ... };
}
Expand description

Returns and parses a value from the request json or fails with super::error::Error::InvalidParams.