Trait yew::html::ImplicitClone[][src]

pub trait ImplicitClone: Clone { }
Expand description

Marker trait for types that the [html!] macro may clone implicitly.

Implementations on Foreign Types

Implementors