Struct indy_crypto::cl::RevocationTailsGenerator[][src]

pub struct RevocationTailsGenerator { /* fields omitted */ }

Generator of Tail's.

Methods

impl RevocationTailsGenerator
[src]

Trait Implementations

impl Debug for RevocationTailsGenerator
[src]

Formats the value using the given formatter. Read more

impl Clone for RevocationTailsGenerator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl JsonEncodable for RevocationTailsGenerator
[src]

impl<'a> JsonDecodable<'a> for RevocationTailsGenerator
[src]

Auto Trait Implementations