What is the name of the feature available in nightly Rust that allows read signals to be functions instead of needing .get()? #1481
Answered
by
gbj
GabrielBarbosaGV
asked this question in
Q&A
-
Good day to all! I am aware of the need for nightly Rust if we are to make use of this feature, but I do not know how it works. I've been searching for it with "Nightly Rust function call syntax", but didn't hit answers. Could someone point me to an explanation regarding the feature? Many thanks for the great library and the help! |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Aug 1, 2023
Replies: 1 comment 1 reply
-
leptos/leptos_reactive/src/lib.rs Lines 2 to 3 in 248beb4 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GabrielBarbosaGV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fn_traits
andunboxed_closures
leptos/leptos_reactive/src/lib.rs
Lines 2 to 3 in 248beb4