You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up to this point, the retrieval of an element, and getting an entry hasn't been discussed, so the line in the solution
let book_option:Option<Book> = element.entry().to_app_option()?;
was unexpected. Is it possible, before the exercise, to include a section on how we get an element, gets its entry, and deserialize?
The text was updated successfully, but these errors were encountered:
matthabermehl
changed the title
[Basic #2. Hashes] Mention how to deserialize before exercize
[Basic #2. Hashes] Mention how to deserialize before exercise
Dec 3, 2021
Up to this point, the retrieval of an element, and getting an entry hasn't been discussed, so the line in the solution
was unexpected. Is it possible, before the exercise, to include a section on how we get an element, gets its entry, and deserialize?
The text was updated successfully, but these errors were encountered: