pub trait SingletonSplitStat:
Debug
+ DeserializeOwned
+ Clone
+ PartialEq
+ Default { }Expand description
Represents types that are made from a single ‘split’ in the serialized format (able to be deserialized)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".