Struct indy_crypto::cl::PrimaryInitProof[][src]

pub struct PrimaryInitProof { /* fields omitted */ }

Methods

impl PrimaryInitProof
[src]

Trait Implementations

impl Debug for PrimaryInitProof
[src]

Formats the value using the given formatter. Read more

impl Eq for PrimaryInitProof
[src]

impl PartialEq for PrimaryInitProof
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations