Searched defs:Driver (Results 1 – 3 of 3) sorted by relevance
29 pub struct Driver { struct43 impl Driver { argument
32 pub struct Driver { struct33 info: ServerInfo,34 config: Config,35 connection: Connection,36 command_rx: mpsc::Receiver<Command>,37 status_tx: watch::Sender<Status>,38 validation: ValidationReporter,39 tag_socket: SocketTagger,93 impl Driver { impl
79 struct Driver { struct98 driver: Driver, argument128 impl Driver { impl256 fn new(driver: Driver, h3_conn: h3::Connection) -> Self { in new()266 async fn drive(mut self) -> Result<Driver> { in drive()