Skip to main content

PaperlessId

Trait PaperlessId 

Source
pub trait PaperlessId:
    Display
    + PartialEq
    + Eq
    + Hash
    + DeserializeOwned
    + Serialize { }
Expand description

Empty marker trait for Paperless ID types.

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§