Skip to main content

HasHints

Trait HasHints 

Source
pub trait HasHints {
    // Required method
    fn hints_mut(&mut self) -> &mut Hints;
}
Expand description

A statement that takes optimizer hints — all four of them do.

Required Methods§

Source

fn hints_mut(&mut self) -> &mut Hints

The hints to add to.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§