Function drt_sc_codec::top_decode_from_nested
source ยท 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.