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

This trait defines the set_core_options function.

Provided Methods§

Implementors§