Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 137 Bytes

FAQ.md

File metadata and controls

4 lines (3 loc) · 137 Bytes

FAQ

  • If the "null pointer passed to Rust" error occurs, it might help to mark the rust method as &self instead of a self. Lol.