
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chaos and Order</title>
      <link>https://www.youngju.dev/blog</link>
      <description>천천히 올바르게. AI Researcher &amp; DevOps Engineer Youngju&#39;s tech blog. GPU/CUDA, LLM, MLOps, Kubernetes AI workloads, distributed training, and data engineering.</description>
      <language>ko</language>
      <managingEditor>fjvbn2003@gmail.com (Youngju Kim)</managingEditor>
      <webMaster>fjvbn2003@gmail.com (Youngju Kim)</webMaster>
      <lastBuildDate>Wed, 01 Jul 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.youngju.dev/tags/traits/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.youngju.dev/blog/2026-07-01-rust-traits-and-generics.en</guid>
    <title>Rust Traits, Generics, and Trait Objects</title>
    <link>https://www.youngju.dev/blog/2026-07-01-rust-traits-and-generics.en</link>
    <description>Traits are Rust&#39;s interfaces, and then some. The difference between traits and interfaces, generic trait bounds, the trade-off between static dispatch and dyn trait objects (dynamic dispatch), associated types, blanket impls, and the derive macro — Rust&#39;s abstraction tools, through worked examples.</description>
    <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>rust</category><category>traits</category><category>generics</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/2026-07-01-rust-traits-and-generics.ja</guid>
    <title>Rustのトレイト・ジェネリクス・トレイトオブジェクト</title>
    <link>https://www.youngju.dev/blog/2026-07-01-rust-traits-and-generics.ja</link>
    <description>トレイトはRustのインターフェースであり、それ以上のものです。トレイトとインターフェースの違い、ジェネリックの境界(trait bound)、静的ディスパッチとdynトレイトオブジェクト(動的ディスパッチ)のトレードオフ、関連型、ブランケット実装、そしてderiveマクロまで — Rustの抽象化ツールを例で整理します。</description>
    <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>rust</category><category>traits</category><category>generics</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/2026-07-01-rust-traits-and-generics</guid>
    <title>Rust 트레잇과 제네릭, 트레잇 객체</title>
    <link>https://www.youngju.dev/blog/2026-07-01-rust-traits-and-generics</link>
    <description>트레잇은 Rust의 인터페이스이자 그 이상입니다. 트레잇과 인터페이스의 차이, 제네릭 경계(trait bound), 정적 디스패치와 dyn 트레잇 객체(동적 디스패치)의 트레이드오프, 연관 타입, 블랭킷 impl, 그리고 derive 매크로까지 — Rust의 추상화 도구를 예제 중심으로 정리합니다.</description>
    <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>rust</category><category>traits</category><category>generics</category>
  </item>

    </channel>
  </rss>
