Trait leptos_dom::html::ElementDescriptorBounds

source ·
pub trait ElementDescriptorBounds: Debug { }
Expand description

Trait alias for the trait bounts on ElementDescriptor.

Implementors§

source§

impl<El> ElementDescriptorBounds for El
where El: Debug,