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: T

The plaintext stream.

§remote_key: PublicKey

The public key of the remote.