BackgroundImageUtilities

Trait BackgroundImageUtilities 

Source
pub trait BackgroundImageUtilities {
    // Required method
    fn background_image(self, image: BackgroundImage) -> Self;
}
Expand description

Trait for adding background image utilities to a class builder

Required Methods§

Source

fn background_image(self, image: BackgroundImage) -> Self

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§