Struct zmq::CurveKeyPair [] [src]

pub struct CurveKeyPair {
    pub public_key: String,
    pub secret_key: String,
}

A CURVE key pair generated by 0MQ.

Fields

Methods

impl CurveKeyPair
[src]

Create a new key pair.

Trait Implementations

impl Debug for CurveKeyPair
[src]

Formats the value using the given formatter.