Function try_inspect

Source
pub fn try_inspect<R>(inner: Vec<u8>) -> StdResult<R>
where for<'b> R: Decode<'b, ()>,
Expand description

Inspects the given bytes and returns a decoded R instance.