pub(crate) fn read_thrift_vec<'a, T, R>(prot: &mut R) -> Result<Vec<T>>where R: ThriftCompactInputProtocol<'a>, T: ReadThrift<'a, R> + WriteThrift,
Read a Thrift encoded list from the input protocol object.