Trait hyper::proto::h2::SendStreamExt
source · trait SendStreamExt {
// Required methods
fn on_user_err<E>(&mut self, err: E) -> Error
where E: Into<Box<dyn Error + Send + Sync>>;
fn send_eos_frame(&mut self) -> Result<()>;
}
Required Methods§
fn on_user_err<E>(&mut self, err: E) -> Error
fn send_eos_frame(&mut self) -> Result<()>
Object Safety§
This trait is not object safe.