Function sauron_core::html::attributes::attr [−][src]
Expand description
a utility function to convert simple value into attribute
Examples
use sauron::prelude::*;
let data_id: Attribute<()> = attr("data-id", 42);