[][src]Function elrond_codec::top_decode_from_nested

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

Top-decodes the result using the NestedDecode implementation.