Trait xitca_http::bytes::BufRead
source · pub trait BufRead: BufInterest {
// Required method
fn do_io<Io>(&mut self, io: &mut Io) -> Result<(), Error>
where Io: Read;
}Expand description
trait generic over different types of read buffer strategy.
Required Methods§
Object Safety§
This trait is not object safe.