Module cglue::forward

source ·
Expand description

Forwards a trait on references

Combined with the #[cglue_forward] macro forward implementation will be generated on Fwd type. Whether Fwd implements the trait depends purely on whether the trait has functions with mutable references or not.

Structs

Traits