Skip to main content

PSMFileFormatVersion

Trait PSMFileFormatVersion 

Source
pub trait PSMFileFormatVersion<Format>: Copy + Display {
    // Required methods
    fn format(self) -> Format;
    fn name(self) -> &'static str;
}
Expand description

A version for an PSM file format

Required Methods§

Source

fn format(self) -> Format

The format for this version

Source

fn name(self) -> &'static str

The name for this version

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§