Type Definition parquet2::deserialize::Casted

source · []
pub type Casted<'a, T> = Map<ChunksExact<'a, u8>, fn(_: &'a [u8]) -> T>;
Expand description

Typedef of an iterator over PLAIN page values