|
rstd 0.1.0
|
Links a class's own methods as the trait implementation, delegating via in-class dispatch. More...
Links a class's own methods as the trait implementation, delegating via in-class dispatch.
| T | The trait type. |
| A | The concrete type whose methods satisfy the trait. |