Closed foresterre closed 5 years ago
The environment used with the image engine currently uses a predefined &'static str as key. This PR replaces these str keys with enum variants instead.
&'static str
The environment used with the image engine currently uses a predefined
&'static str
as key. This PR replaces these str keys with enum variants instead.