in Rocket documentation I found this construction
request.guard::<&State<MyConfig>>().await
I understand await and &
but this func::<type>()
part is completely different from what I have seen in other mainstream languages func()
like C++, C#, Java, python...
probably best answer would be to point me to the right reading material about it because it's not framework specific