Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dbuilder.rs37 pub struct WantsBody; structure names
39 impl DownloaderBuilder<WantsBody> {
40 /// Creates a `DownloaderBuilder` in the `WantsBody` state.
50 Self { state: WantsBody } in new()
73 impl Default for DownloaderBuilder<WantsBody> {
H A Dmod.rs20 use builder::WantsBody;
143 pub fn builder() -> DownloaderBuilder<WantsBody> { in builder()

Completed in 1 milliseconds