Function elrond_codec::dep_decode_from_byte_slice_or_exit[][src]

pub fn dep_decode_from_byte_slice_or_exit<D: NestedDecode, ExitCtx: Clone>(
    input: &[u8],
    c: ExitCtx,
    exit: fn(_: ExitCtx, _: DecodeError) -> !
) -> D