Type Alias tor_cell::chancell::AnyChanCell

source ·
pub type AnyChanCell = ChanCell<AnyChanMsg>;
Expand description

A decoded and parsed channel cell of unrestricted type.

Aliased Type§

struct AnyChanCell { /* private fields */ }

Trait Implementations§

source§

impl From<AuthChallenge> for AnyChanCell

source§

fn from(body: AuthChallenge) -> AnyChanCell

Converts to this type from the input type.
source§

impl From<Authenticate> for AnyChanCell

source§

fn from(body: Authenticate) -> AnyChanCell

Converts to this type from the input type.
source§

impl From<Authorize> for AnyChanCell

source§

fn from(body: Authorize) -> AnyChanCell

Converts to this type from the input type.
source§

impl From<Certs> for AnyChanCell

source§

fn from(body: Certs) -> AnyChanCell

Converts to this type from the input type.
source§

impl From<Netinfo> for AnyChanCell

source§

fn from(body: Netinfo) -> AnyChanCell

Converts to this type from the input type.
source§

impl From<Padding> for AnyChanCell

source§

fn from(body: Padding) -> AnyChanCell

Converts to this type from the input type.
source§

impl From<PaddingNegotiate> for AnyChanCell

source§

fn from(body: PaddingNegotiate) -> AnyChanCell

Converts to this type from the input type.
source§

impl From<Versions> for AnyChanCell

source§

fn from(body: Versions) -> AnyChanCell

Converts to this type from the input type.
source§

impl From<Vpadding> for AnyChanCell

source§

fn from(body: Vpadding) -> AnyChanCell

Converts to this type from the input type.