Skip to main content

Upgrader

Type Alias Upgrader 

Source
pub type Upgrader = Arc<dyn Upgrade>;
Expand description

An upgrade attached to a response, shared so the response stays cloneable.

Aliased Typeยง

pub struct Upgrader { /* private fields */ }