Type Alias libp2p_plaintext::PlainTextOutput
source · pub type PlainTextOutput<T> = Output<T>;👎Deprecated: Has been renamed to
Output.Aliased Type§
struct PlainTextOutput<T> {
pub socket: T,
pub remote_key: PublicKey,
/* private fields */
}Fields§
§socket: TThe plaintext stream.
remote_key: PublicKeyThe public key of the remote.