Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dreader.rs29 /// use ylong_http_client::sync_impl::{BodyProcessError, BodyProcessor, BodyReader, TextBody};
40 /// fn write(&mut self, data: &[u8]) -> Result<(), BodyProcessError> {
45 /// fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError> {
165 fn write(&mut self, data: &[u8]) -> Result<(), BodyProcessError>; in write()
170 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError>; in progress()
175 pub struct BodyProcessError; structure names
177 impl Display for BodyProcessError {
183 impl Error for BodyProcessError {} in fmt()
204 fn write(&mut self, data: &[u8]) -> Result<(), BodyProcessError> { in write()
209 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError> { in progress()
[all...]
H A Dmod.rs39 pub use reader::{BodyProcessError, BodyProcessor, BodyReader, DefaultBodyProcessor};

Completed in 1 milliseconds