SetOutlineColorUncheckedExt

Trait SetOutlineColorUncheckedExt 

Source
pub trait SetOutlineColorUncheckedExt {
    // Required method
    fn outline_color(&mut self, outline_color: Color) -> &mut Self;
}

Required Methods§

Source

fn outline_color(&mut self, outline_color: Color) -> &mut 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§