pub struct Extended { /* private fields */ }Expand description
Extended was an obsolete circuit extension message, sent in reply to an Extend message.
Like Extend, the Extended message was only designed for the TAP handshake.
Implementations§
Trait Implementations§
source§impl Body for Extended
impl Body for Extended
source§fn decode_from_reader(r: &mut Reader<'_>) -> Result<Self>
fn decode_from_reader(r: &mut Reader<'_>) -> Result<Self>
Decode a relay cell body from a provided reader.
source§fn encode_onto<W: Writer + ?Sized>(self, w: &mut W) -> EncodeResult<()>
fn encode_onto<W: Writer + ?Sized>(self, w: &mut W) -> EncodeResult<()>
Encode the body of this cell into the end of a writer.
source§impl From<Extended> for AnyRelayMsg
impl From<Extended> for AnyRelayMsg
source§fn from(m: Extended) -> AnyRelayMsg
fn from(m: Extended) -> AnyRelayMsg
Converts to this type from the input type.