pub type BackgroundStyle = Transition<String>;

Aliased Type§

struct BackgroundStyle {
    pub phase: Phase,
    pub playing: bool,
    /* private fields */
}

Fields§

§phase: Phase§playing: bool