In rust every value has an owner, at a given point in time there can be only one owner to the value. The value will be dropped once the owner goes out of the scope. Borrowing is something that we don't own but we can use it to perform some operation ...
blog.themissingsemicolon.dev5 min read
No responses yet.