[][src]Function packs::ll::types::sized::decode_sized

pub fn decode_sized<T: Read, S: SizedType + SizedTypeUnpack<T> + Sized>(
    reader: &mut T
) -> Result<S, DecodeError>

Decodes any type which has implemented the internal SizedType trait. Counterpart to encode_sized.