pub trait SerdeStateConform: Serialize { }
Expand description
  • intermediate trait used for trait bounds
  • if feature “serde_support” is used, there is a blanked implementation for all types that implement serde::Serialize
  • else there is a blanked implementation for all types

Implementors