<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>plarail_hangout</author_name>
  <author_url>https://blog.hatena.ne.jp/plarail_hangout/</author_url>
  <blog_title>Engineering Tech Dojo</blog_title>
  <blog_url>https://tech.fun-toy-life.com/</blog_url>
  <categories>
    <anon>Rust</anon>
  </categories>
  <description>Rustのエラーハンドリング入門：Result・Option・?演算子の使い方 はじめに Rustには例外（Exception）がありません。代わりに Result&lt;T, E&gt; と Option&lt;T&gt; という型でエラーや値の有無を表現します。コンパイラがエラーの見落としを防いでくれるため、実行時の予期しないクラッシュを大幅に減らせます。 Option：値があるかないか Option&lt;T&gt; は値が存在するかどうかを表します。 enum Option&lt;T&gt; { Some(T), // 値がある None, // 値がない } Vec::get や HashMap::get など、値が見つからない可…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.fun-toy-life.com%2Fentry%2F2026%2F06%2F03%2F195610&quot; title=&quot;Rustのエラーハンドリング入門：Result・Option・?演算子の使い方 - Engineering Tech Dojo&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-06-03 19:56:10</published>
  <title>Rustのエラーハンドリング入門：Result・Option・?演算子の使い方</title>
  <type>rich</type>
  <url>https://tech.fun-toy-life.com/entry/2026/06/03/195610</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
