Function salvo::hyper::upgrade::on[]

pub fn on<T>(msg: T) -> OnUpgrade
Notable traits for OnUpgrade
impl Future for OnUpgrade type Output = Result<Upgraded, Error>;
where
    T: CanUpgrade, 
Expand description

Gets a pending HTTP upgrade from this message.