sui_json_rpc

Macro with_tracing

Source
macro_rules! with_tracing {
    ($time_spent_threshold:expr, $future:expr) => { ... };
    ($future:expr) => { ... };
}