fn to_le_uint<Input, Uint>(number: &Input, offset: usize) -> Uintwhere Input: Stream, Uint: Default + Shl<u8, Output = Uint> + Add<Uint, Output = Uint> + From<<Input as Stream>::Token>,