pub fn top_decode_from_nested<T, I>(input: I) -> Result<T, DecodeError>where
    I: TopDecodeInput,
    T: NestedDecode,
Expand description

Top-decodes the result using the NestedDecode implementation.