Skip to content

Commit

Permalink
Implement IntoView for Rc<String>
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Mar 24, 2024
1 parent 3e93a68 commit 75e7d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leptos_dom/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,7 @@ macro_rules! viewable_primitive {

viewable_primitive![
&String,
Rc<String>,
usize,
u8,
u16,
Expand Down

0 comments on commit 75e7d3b

Please sign in to comment.