Searched defs:Driver (Results 1 – 3 of 3) sorted by relevance
29 pub struct Driver { struct43 impl Driver { argument
33 pub struct Driver { struct34 info: ServerInfo,35 config: Config,36 connection: Connection,37 command_rx: mpsc::Receiver<Command>,38 status_tx: watch::Sender<Status>,39 validation: ValidationReporter,40 tag_socket: SocketTagger,86 impl Driver { impl
125 struct Driver { struct146 driver: Driver, argument177 impl Driver { implementation330 fn new(driver: Driver, h3_conn: h3::Connection) -> Self { in new()340 async fn drive(mut self) -> Result<Driver> { in drive()