Skip to main content

Schema

Trait Schema 

Source
pub trait Schema:
    Sealed
    + Send
    + Sync
    + 'static { }
Expand description

A type-level marker representing a generated schema package.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§