t_wの輪郭
RSS
Rust
&'static
文字列リテラル
&'static str
2022/2/24 2:35:00
文字列リテラルの型
Result<Hoge, &'static str>
Rust
Result
&'static str
Result<Hoge, &'static str>
2022/2/24 2:36:00
あれ