logo
pub fn styles_values<MSG>(
    pairs: impl IntoIterator<Item = (impl ToString, impl Into<Value>)>
) -> Attribute<&'static str, &'static str, AttributeValue<MSG>>
Expand description

A helper function to build styles by accepting pairs