self vs Self in rust
The most obvious difference between the two variable is capital and small S. But there functionality is also different. Here’s how: self(lowercase) self with a small s is used to reference to an instance or the first variable that a function is bein...
May 7, 20252 min read