read_thrift_vec

Function read_thrift_vec 

Source
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.