Home
last modified time | relevance | path

Searched refs:WantsConfig (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dbuilder.rs87 /// Then the `DownloaderBuilder` will switch to `WantsConfig` state.
122 pub fn operator<T: DownloadOperator>(self, operator: T) -> DownloaderBuilder<WantsConfig<T>> { in operator()
124 state: WantsConfig { in operator()
144 pub fn console(self) -> DownloaderBuilder<WantsConfig<Console>> { in console()
146 state: WantsConfig { in console()
156 pub struct WantsConfig<T: DownloadOperator> { structure names
162 impl<T: DownloadOperator> DownloaderBuilder<WantsConfig<T>> {
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Dbuilder.rs107 /// Then the `UploaderBuilder` will switch to `WantsConfig` state.
134 pub fn operator<T: UploadOperator>(self, operator: T) -> UploaderBuilder<WantsConfig<R, T>> { in operator()
136 state: WantsConfig { in operator()
158 pub fn console(self) -> UploaderBuilder<WantsConfig<R, Console>> { in console()
160 state: WantsConfig { in console()
170 pub struct WantsConfig<R, T> { structure names
176 impl<R, T> UploaderBuilder<WantsConfig<R, T>> {

Completed in 1 milliseconds