Login
From:
doc.rust-lang.org
(Uncensored)
subscribe
static - Rust
https://doc.rust-lang.org/std/keyword.static.html
links
backlinks
Roast topics
Find topics
Find it!
A static item is a value which is valid for the entire duration of your program (a `'static` lifetime).