pub trait MaybeSerialize: Serialize { }
A type that implements Serialize when in std environment or serde feature is activated.