Struct rust_libindy_wrapper::anoncreds::AnonCreds[][src]

pub struct AnonCreds {}

Methods

impl AnonCreds
[src]

  • timeout - the maximum time this function waits for a response

  • closure - the closure that is called when finished

Returns

  • errorcode - errorcode from calling ffi function. The closure receives the return result

  • timeout - the maximum time this function waits for a response

  • closure - the closure that is called when finished

Returns

  • errorcode - errorcode from calling ffi function. The closure receives the return result

Auto Trait Implementations

impl Send for AnonCreds

impl Sync for AnonCreds