error[E0446]: private type `CharacterTransform` in public interface
--> state/src/character.rs:4:10
|
4 | #[derive(StateMachine, Clone, Debug, Serialize, Deserialize, PartialEq)]
| ^^^^^^^^^^^^
| |
| can't leak private type
| `CharacterTransform` declared as private
|
= note: this error originates in the derive macro `StateMachine` (in Nightly builds, run with -Z macro-backtrace for more info)