Skip to main content

CoreOptions

Trait CoreOptions 

Source
pub trait CoreOptions {
    // Provided method
    fn set_core_options(&self, _ctx: &SetEnvironmentContext<'_>) -> bool { ... }
}
Expand description

This trait defines the set_core_options function.

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§