Searched refs:BodyProcessError (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | reader.rs | 165 fn write(&mut self, data: &[u8]) -> Result<(), BodyProcessError>; in write() argument 170 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError>; in progress() argument 175 pub struct BodyProcessError; struct 177 impl Display for BodyProcessError { implementation 183 impl Error for BodyProcessError {} implementation 204 fn write(&mut self, data: &[u8]) -> Result<(), BodyProcessError> { in write() argument 209 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError> { in progress() argument
|
H A D | mod.rs | 39 pub use reader::{BodyProcessError, BodyProcessor, BodyReader, DefaultBodyProcessor};
|