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
• At the top of the file, add the line `use doublets::Link;` to import the `Link` struct.
• Change the function signature of `get_link_by_id` from `fn get_link_by_id(store: &mut unit::Store, id: usize) -> Result, Error>` to `fn get_link_by_id(store: &mut unit::Store, id: usize) -> Result, Error>`.
Checklist
src/main.rs
✅ Commit0227f26
The text was updated successfully, but these errors were encountered: