try_decode_scalar_async_response

Function try_decode_scalar_async_response 

Source
pub fn try_decode_scalar_async_response<R>(
    raw: MessageEnvelope,
) -> Result<R, Error>
where R: ScalarCodec,

Permission: none

Expand description

try to decode async response from raw envelope, returns error instead of panic