pub type UnixFace = StreamFace<OwnedReadHalf, OwnedWriteHalf, TlvCodec>;Expand description
NDN face over a Unix domain socket with TLV length-prefix framing.
Uses StreamFace with Unix read/write halves and TlvCodec.
LP-encoding is disabled — local transports pass raw NDN packets.
Aliased Type§
pub struct UnixFace { /* private fields */ }