pub fn arg_data<R>() -> Rwhere
R: for<'a> ArgumentDecoder<'a>,Expand description
Returns the argument data in the current call. Traps if the data cannot be decoded.
pub fn arg_data<R>() -> Rwhere
R: for<'a> ArgumentDecoder<'a>,Returns the argument data in the current call. Traps if the data cannot be decoded.