pub trait MaybeSerialize: Serialize { }
Expand description

A type that implements Serialize when in std environment.

Implementors