Skip to main content

HasUniversal

Trait HasUniversal 

Source
pub trait HasUniversal {
    // Required methods
    fn universal(&self) -> &UniversalOptions;
    fn universal_mut(&mut self) -> &mut UniversalOptions;
}
Expand description

Implemented by every backend-specific options struct. Gives the UniversalOptionsExt blanket impl access to the embedded UniversalOptions.

Required Methods§

Implementors§