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