[][src]Trait meli::conf::themes::ThemeLink

trait ThemeLink {
    type LinkType;
}

The field a ThemeValue::Link refers to.

Associated Types

type LinkType

Loading content...

Implementors

A color value that's a link can either refer to .fg or .bg field

An attr value that's a link can only refer to an .attr field

type LinkType = ()

Loading content...