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