Type Definition safe_network::messaging::data::OperationId[][src]

pub type OperationId = String;
Expand description

Derivable Id of an operation. Query/Response should return the same id for simple tracking purposes. TODO: make uniquer per requester for some operations