Skip to main content

DependsConfig

Trait DependsConfig 

Source
pub trait DependsConfig {
    const USE_CACHE: bool;
    const SCOPE: Option<DependencyScope>;
}
Expand description

Configuration for Depends resolution.

Required Associated Constants§

Source

const USE_CACHE: bool

Whether to use caching.

Source

const SCOPE: Option<DependencyScope>

Optional scope override.

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§