pub struct Response<C>(/* private fields */);
Implementations§
source§impl<C> Response<C>where
C: Connection,
impl<C> Response<C>where
C: Connection,
Trait Implementations§
source§impl<C> Write for Response<C>where
C: Connection,
impl<C> Write for Response<C>where
C: Connection,
source§async fn write(&mut self, buf: &[u8]) -> Result<usize, Self::Error>
async fn write(&mut self, buf: &[u8]) -> Result<usize, Self::Error>
Write a buffer into this writer, returning how many bytes were written. Read more