Crate ref_cast_impl

Source

Attribute Macros§

ref_cast_custom
Create a function for a RefCast-style reference cast. Call site gets control of the visibility, function name, argument name, constness, unsafety, and documentation.

Derive Macros§

RefCast
Derive the RefCast trait.
RefCastCustom
Derive that makes the ref_cast_custom attribute able to generate freestanding reference casting functions for a type.