YuNing's Thought

Home

❯

Notes

❯

Trait Object

Trait Object

Jul 23, 20241 min read

Rust Reference

Runtime Polymorphism.
Syntax

  • TraitObjectType :
       - dyn? TypeParamBounds

  • TraitObjectTypeOneBound :
       - dyn? TraitBound

What

  • Pointer to a trait.

Links

  • Trait object types - The Rust Reference
  • C++ Virtual Table

Graph View

  • Rust Reference
  • What
  • Links

Backlinks

  • Rust Traits

Created with Quartz v4.5.2 © 2025

  • GitHub
  • Discord Community