HttpWrite

Trait HttpWrite 

Source
pub trait HttpWrite:
    AsyncWrite
    + Unpin
    + Send
    + Sync { }
Expand description

Async writer stream

Implementors§

Source§

impl<T: AsyncWrite + Unpin + Send + Sync> HttpWrite for T