pub trait ConstVersioned {
    const VERSION: u64;
}
Expand description

A type that has a constant version number.

Required Associated Constants§

source

const VERSION: u64

The version of this type.

Implementors§