Trait leptos_dom::IntoClass

source ·
pub trait IntoClass {
    fn into_class(self, cx: Scope) -> Class;
}
Expand description

Converts some type into a Class.

Required Methods§

Converts the object into a Class.

Implementations on Foreign Types§

Implementors§