pub fn v2s_bool_bypass() -> Arc<dyn Fn(bool) -> String + Send + Sync>
Expand description

Display ‘Bypassed’ or ‘Not Bypassed’ depending on whether the parameter is true or false. ‘Enabled’ would have also been a possibility here, but that could be a bit confusing.