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