FormatVersion

Trait FormatVersion 

Source
pub trait FormatVersion<P: SerializerParams> {
    const VERSION: u32;
}
Expand description

Current version of data encoding format for Serializer parametrized with some params::SerializerParams.

Required Associated Constants§

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.

Implementors§