mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-04 07:49:15 -04:00
structs3 solution
This commit is contained in:
parent
1264510fc0
commit
d6fd251a73
3 changed files with 101 additions and 18 deletions
rustlings-macros
|
@ -434,7 +434,7 @@ the places it goes through right?
|
|||
For `get_fees`: This method takes an additional argument, is there a field in
|
||||
the `Package` struct that this relates to?
|
||||
|
||||
Have a look in The Book, to find out more about method implementations:
|
||||
Have a look in The Book to find out more about method implementations:
|
||||
https://doc.rust-lang.org/book/ch05-03-method-syntax.html"""
|
||||
|
||||
# ENUMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue