Crate bounded_static_derive
source ·Expand description
Provides the ToStatic derive macro.
The ToStatic derive macro implements the ToBoundedStatic
and IntoBoundedStatic traits for any struct
and enum that can be converted to a form that is bounded by 'static.
The ToStatic macro should be used via the bounded-static crate
rather than using this crate directly.
Derive Macros
- The
ToStaticderive macro.