Module tor_rtcompat::opaque

source ·
Expand description

Declare a macro for making opaque runtime wrappers.

Macros§

  • Implement delegating implementations of the runtime traits for a type $t whose member $r implements Runtime. Used to hide the details of the implementation of $t.