Skip to main content

SingletonSplitStat

Trait SingletonSplitStat 

Source
pub trait SingletonSplitStat:
    Debug
    + DeserializeOwned
    + Clone
    + PartialEq
    + Eq
    + 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", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl SingletonSplitStat for ()

Implementors§