mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix: derive various traits on Dom
to make it easier to derive traits on structs that take a generic Renderer
This commit is contained in:
parent
7dc58e248c
commit
5790d8ad12
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use web_sys::{
|
|||
};
|
||||
|
||||
/// A [`Renderer`] that uses `web-sys` to manipulate DOM elements in the browser.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub struct Dom;
|
||||
|
||||
thread_local! {
|
||||
|
|
Loading…
Reference in a new issue