ExportFeature

Trait ExportFeature 

Source
pub trait ExportFeature {
    const ENABLE_TRACING: bool;
}
Expand description

All the features that can be enabled or disabled.

Required Associated Constants§

Source

const ENABLE_TRACING: bool

Whether to enable tracing.

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§