Object

Trait Object 

Source
pub trait Object:
    Clone
    + Hash
    + PartialEq
    + Eq { }
Expand description

Functionality for database objects.

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§