Skip to main content

Value

Trait Value 

Source
pub trait Value:
    AsDatabaseBytes
    + FromDatabaseBytes
    + 'static { }
Expand description

A value in a database table.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§