|
rstd 0.1.0
|
Delegate that holds the vtable and data pointer for dynamic dispatch. More...
Delegate that holds the vtable and data pointer for dynamic dispatch.
Type-erased delegate for dynamic dispatch of trait T through a vtable.
| T | The trait type. |
| T | The trait type to dispatch dynamically. |