#[non_exhaustive]pub struct BeginDir {}Expand description
Opens a new stream on a directory cache.
Trait Implementations§
source§impl Body for BeginDir
impl Body for BeginDir
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<BeginDir> for AnyRelayMsg
impl From<BeginDir> for AnyRelayMsg
source§fn from(m: BeginDir) -> AnyRelayMsg
fn from(m: BeginDir) -> AnyRelayMsg
Converts to this type from the input type.