Skip to main content

Blend

Trait Blend 

Source
pub trait Blend<T> {
    // Required method
    fn blend(&self, bg: T) -> T;
}

Required Methods§

Source

fn blend(&self, bg: T) -> T

Implementors§