Trait OnFailedUpgrade

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: Self, error: Error)

Call the callback.

Implementors