record_storage_operation

Function record_storage_operation 

Source
pub fn record_storage_operation(
    provider: &'static str,
    operation: &'static str,
    duration: Duration,
    result: Result<(), &str>,
)