A pattern in Rust is refutable if it can fail to match some possible values. A pattern is irrefutable if it always matches any value of the type it's used with. This distinction is important, because: ...
Patterns come in two forms: refutable and irrefutable. Patterns that will match for any possible value passed are irrefutable. An example would be x in the statement let x = 5; because x matches ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する