pub fn top_decode_from_nested_or_handle_err<I, T, H>(
input: I,
h: H,
) -> Result<T, H::HandledErr>Expand description
Top-decodes the result using the NestedDecode implementation.
pub fn top_decode_from_nested_or_handle_err<I, T, H>(
input: I,
h: H,
) -> Result<T, H::HandledErr>Top-decodes the result using the NestedDecode implementation.