mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
feat: Attr exposes PhantomData field (#2641)
This commit is contained in:
parent
c9e32b66bf
commit
63f8da2fb5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ where
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Attr<K, V, R>(pub K, pub V, PhantomData<R>)
|
||||
pub struct Attr<K, V, R>(pub K, pub V, pub PhantomData<R>)
|
||||
where
|
||||
K: AttributeKey,
|
||||
V: AttributeValue<R>,
|
||||
|
|
Loading…
Reference in a new issue