move data_ref to trait

This commit is contained in:
Vinzenz Schroeter 2024-05-18 11:11:15 +02:00
parent bcf040911d
commit d5e08faeb1
11 changed files with 81 additions and 45 deletions

View file

@ -2,7 +2,7 @@ use std::thread;
use clap::Parser;
use servicepoint2::{Command, CompressionCode, Connection, Origin, PixelGrid, FRAME_PACING, PIXEL_HEIGHT, PIXEL_WIDTH, Grid};
use servicepoint2::*;
#[derive(Parser, Debug)]
struct Cli {