Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dreader.rs167 fn write(&mut self, data: &[u8]) -> Result<(), BodyProcessError>; in write() argument
172 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError>; in progress() argument
177 pub struct BodyProcessError; struct
179 impl Display for BodyProcessError { implementation
185 impl Error for BodyProcessError {} implementation
206 fn write(&mut self, data: &[u8]) -> Result<(), BodyProcessError> { in write() argument
211 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError> { in progress() argument