Skip to main content

ConstConstruct

Trait ConstConstruct 

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

Implementation of a constant constructor.

Do not implement manually, this is provided when deriving ToConstValue.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§