pub fn remove<S: AsRef<str>>(fp_registry: Arc<FailPointRegistry>, name: S)
Expand description
Remove a fail point.
If the fail point doesn’t exist, nothing will happen.
pub fn remove<S: AsRef<str>>(fp_registry: Arc<FailPointRegistry>, name: S)
Remove a fail point.
If the fail point doesn’t exist, nothing will happen.