1 2 3 4 5 6
use console::style; /// multiple condition string connector with style pub fn fmt_condition_connector() -> String { style(" && ").dim().to_string() }