Searched defs:Driver (Results 1 – 4 of 4) sorted by relevance
/packages/modules/DnsResolver/doh/dispatcher/ |
D | driver.rs | 29 pub struct Driver { struct 43 impl Driver { argument
|
/packages/modules/DnsResolver/doh/network/ |
D | driver.rs | 33 pub struct Driver { struct 34 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, 94 impl Driver { impl
|
/packages/modules/DnsResolver/doh/connection/ |
D | driver.rs | 80 struct Driver { struct 99 driver: Driver, argument 129 impl Driver { implementation 254 fn new(driver: Driver, h3_conn: h3::Connection) -> Self { in new() 264 async fn drive(mut self) -> Result<Driver> { in drive()
|
/packages/modules/Virtualization/microdroid/dice/ |
D | service.rs | 140 Driver(PathBuf), enumerator
|