Skip to main content

GlobalConfig

Trait GlobalConfig 

Source
pub trait GlobalConfig:
    Clone
    + Serialize
    + DeserializeOwned { }
Expand description

A trait that your global configuration should implement.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§