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,87 impl Driver { impl
126 struct Driver { struct147 driver: Driver, argument178 impl Driver { implementation331 fn new(driver: Driver, h3_conn: h3::Connection) -> Self { in new()341 async fn drive(mut self) -> Result<Driver> { in drive()