pub fn try_inspect<R>(inner: Vec<u8>) -> StdResult<R>where for<'b> R: Decode<'b, ()>,
Inspects the given bytes and returns a decoded R instance.
R