Home
last modified time | relevance | path

Searched defs:progress (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Doperator.rs63 fn progress<'a>(&'a mut self, uploaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Doperator.rs64 fn progress<'a>(&'a mut self, downloaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dreader.rs170 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError>; in progress() functions
209 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError> { in progress() functions

Completed in 3 milliseconds