Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Dbuilder.rs156 pub struct WantsConfig<T: DownloadOperator> { struct
162 impl<T: DownloadOperator> DownloaderBuilder<WantsConfig<T>> { argument
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Dbuilder.rs170 pub struct WantsConfig<R, T> { struct
176 impl<R, T> UploaderBuilder<WantsConfig<R, T>> { argument