Function rsvg::href::set_href

source ·
pub fn set_href<T>(
    name: &ExpandedName<'_>,
    dest: &mut Option<T>,
    href: Option<T>
)
Expand description

Sets an href attribute in preference over an xlink:href one.

See is_href for example usage.