Home
last modified time | relevance | path

Searched defs:OneshotClient (Results 1 – 1 of 1) sorted by relevance

/dports/devel/sccache/sccache-0.2.15/src/compiler/
H A Dcompiler.rs2188 pub struct OneshotClient { struct
2189 has_started: Cell<bool>,
2190 tc: Toolchain,
2191 output: ProcessOutput,
2194 impl OneshotClient { implementation
2207 impl dist::Client for OneshotClient { implementation