tokio-rs / bytes

Utilities for working with bytes
MIT License
1.87k stars 278 forks source link

Self:: -> self. #642

Closed braddunbar closed 8 months ago

braddunbar commented 9 months ago

I was a little confused about these calls using Self:: instead of self. here. Is there a reason to use the former instead of the latter?