Trait parquet_format_safe::thrift::protocol::ReadThrift
source · pub trait ReadThrift: Sized {
fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<Self>;
}
pub trait ReadThrift: Sized {
fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<Self>;
}