Trait OnFailedUpgrade

pub trait OnFailedUpgrade: Send + 'static

What to do when a connection upgrade fails.

See WebSocketUpgrade::on_failed_upgrade for more details.

Required Methods

fn call(self, error: Error)

Call the callback.

Implementors