indy-sys 1.16.0

FFI bindings to Libindy C API
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

use {Error, CommandHandle};

extern {
    #[no_mangle]
    pub fn indy_collect_metrics(command_handle: CommandHandle,
                                cb: Option<ResponseStringCB>) -> Error;
}