htmx-playground/notes/automatic_dereferece_via_self.md

6 lines
172 B
Markdown

# Automatic Dereference Via Self (Rust)
quick note: when function takes 'self' and auto dereference occurs due to the function moving the value into itself?
> > research