Function sauron_core::html::attributes::classes_flag [−][src]
pub fn classes_flag<P, S, MSG>(pair: P) -> Attribute<MSG> where
P: AsRef<[(S, bool)]>,
S: ToString,
Expand description
ⓘ
classes_flag([ ("dashed", self.is_hidden), ("error", self.has_error), ]),