Type Definition ion_rs::BlockingRawBinaryReader

source ·
pub type BlockingRawBinaryReader<T> = BlockingRawReader<RawBinaryReader<Vec<u8>>, T>;