Trait sauron_core::html::attributes::Special
source · pub trait Special {
// Required method
fn get_value<'a>(&'a self, att_name: &'static str) -> Option<&'a Value>;
// Provided method
fn get_key(&self) -> Option<&Value> { ... }
}
Expand description
Special Node attributes that are treated differently such as key and skip which both greatly affects the diffing algorithm