Struct tsukuyomi::input::upgrade::UpgradeContext[][src]

pub struct UpgradeContext { /* fields omitted */ }

Contextual information used at upgrading to another protocol.

Methods

impl UpgradeContext
[src]

Returns the reference to a Request<()> used during the handshake.

Returns the reference to a LocalMap used during the handshake.

Returns the reference to a value of T registered in the global storage.

Trait Implementations

impl Debug for UpgradeContext
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UpgradeContext

impl !Sync for UpgradeContext