Skip to main content

implement_opaque_runtime

Macro implement_opaque_runtime 

Source
macro_rules! implement_opaque_runtime {
    {
    $t:ty { $member:ident : $mty:ty }
} => { ... };
}
Expand description

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.